COLOR #C07283

HEX: #C07283
RGB: (192,114,131)

Color info

#C07283 contains mainly red color. Web safe color of #C07283 is #CC6699 (or #C69).

RGB color model

#C07283 color RGB value is (192,114,131).

  • red value is 192;
  • green value is 114;
  • blue value is 131.
RGB:
(192,114,131)
(75%,45%,51%)

RGB channels and saturation

R 192 of 255 = 75%
G 114 of 255 = 45%
B 131 of 255 = 51%

192
114
131

R + G + B ~ 57%. #C07283 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 114 + 131 = 437 (100%)
R 192 of 437 ~ 43.94%
G 114 of 437 ~ 26.09%
B 131 of 437 ~ 29.98%

%43.94
%26.09
%29.98

CMYK color model

#C07283 color CMYK value is (0,41,32,25).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 31.77%
  • key color value is 24.71%
CMYK:
(0,41,32,25)
C0M41Y32K25 
(0%,41%,32%,25%)
(0.00/0.41/0.32/0.25)	

CMYK percentages

%0
%40.63
%31.77
%24.71

Codes

Color #C07283 in popluar color models

C07283
RGB192114131
HSL347°38.24%60.00%
HSB/HSV347°40.63%75.29%
CMYK0.00%40.63%31.77%
24.71%

Color #C07283 in popluar number systems.

HEXC07283
Decimal192114131
Binary11000000111001010000011
Octal300162203

Shades and tints

Shades of #C07283

#C07283
(192,114,131)
#AF6878
(175,104,120)
#9E5E6D
(158,94,109)
#8D5462
(141,84,98)
#7C4A57
(124,74,87)
#6B404C
(107,64,76)
#5A3641
(90,54,65)
#492C36
(73,44,54)
#38222B
(56,34,43)
#271820
(39,24,32)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #C07283

#C07283
(192,114,131)
#C57E8E
(197,126,142)
#CA8A99
(202,138,153)
#CF96A4
(207,150,164)
#D4A2AF
(212,162,175)
#D9AEBA
(217,174,186)
#DEBAC5
(222,186,197)
#E3C6D0
(227,198,208)
#E8D2DB
(232,210,219)
#EDDEE6
(237,222,230)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07283 color. Also use rgb(192,114,131) instead hex code.

Text Font Color

.myTextColor { color: #C07283; }

<p style="color:#C07283">This sample text font color is #C07283.</p>

This text font color is #C07283.


Background Color

.myBgColor { background-color: #C07283; }

<div style="background-color:#C07283">Inner text</div>

This div background color is #C07283.


Border color

.myBorderColor { border: 1px solid #C07283; }

<div style="border:3px solid #C07283">Div</div>

This div border color is #C07283.


Opacity

.myOpacity80 { color: #C07283; opacity: 0.8; }

<p style="color:#C07283;opacity:0.8;">80%</p>

Text with #C07283 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C07283;}

<p style="text-shadow: 3px 3px 1px #C07283">Text here.</p>

This text has shadow with #C07283 color.

.textShadow {text-shadow: 3px 3px 1px #C07283, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C07283, 5px 5px 20px red">Text here.</p>

This text has shadow with #C07283 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C07283, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C07283, Direction=45, Strength=4)">Text</p>

This text has shadow with #C07283 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C07283;
  -webkit-box-shadow:	1px 1px 3px 2px #C07283;
  box-shadow:		1px 1px 3px 2px #C07283;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C07283;
-webkit-box-shadow: 1px 1px 3px 2px #C07283;
box-shadow:1px 1px 3px 2px #C07283;">
Div content here</div>
This div box has shadow with color #C07283.

Preview

Color preview on black background

This text has color #C07283 on black background.


Color preview on white background

This text has color #C07283 on white background.



Black color preview on #C07283 background

This text has black color on #C07283 background.


White color preview on #C07283 background

This text has white color on #C07283 background.