COLOR #C07B58

HEX: #C07B58
RGB: (192,123,88)

Color info

#C07B58 contains mainly red color. Web safe color of #C07B58 is #CC6666 (or #C66).

RGB color model

#C07B58 color RGB value is (192,123,88).

  • red value is 192;
  • green value is 123;
  • blue value is 88.
RGB:
(192,123,88)
(75%,48%,35%)

RGB channels and saturation

R 192 of 255 = 75%
G 123 of 255 = 48%
B 88 of 255 = 35%

192
123
88

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

Portions of RGB colors in percentages

R + G + B =
192 + 123 + 88 = 403 (100%)
R 192 of 403 ~ 47.64%
G 123 of 403 ~ 30.52%
B 88 of 403 ~ 21.84%

%47.64
%30.52
%21.84

CMYK color model

#C07B58 color CMYK value is (0,36,54,25).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 54.17%
  • key color value is 24.71%
CMYK:
(0,36,54,25)
C0M36Y54K25 
(0%,36%,54%,25%)
(0.00/0.36/0.54/0.25)	

CMYK percentages

%0
%35.94
%54.17
%24.71

Codes

Color #C07B58 in popluar color models

C07B58
RGB19212388
HSL20°45.22%54.90%
HSB/HSV20°54.17%75.29%
CMYK0.00%35.94%54.17%
24.71%

Color #C07B58 in popluar number systems.

HEXC07B58
Decimal19212388
Binary1100000011110111011000
Octal300173130

Shades and tints

Shades of #C07B58

#C07B58
(192,123,88)
#AF7050
(175,112,80)
#9E6548
(158,101,72)
#8D5A40
(141,90,64)
#7C4F38
(124,79,56)
#6B4430
(107,68,48)
#5A3928
(90,57,40)
#492E20
(73,46,32)
#382318
(56,35,24)
#271810
(39,24,16)
#160D08
(22,13,8)
#000000
(0,0,0)

Tints of #C07B58

#C07B58
(192,123,88)
#C58767
(197,135,103)
#CA9376
(202,147,118)
#CF9F85
(207,159,133)
#D4AB94
(212,171,148)
#D9B7A3
(217,183,163)
#DEC3B2
(222,195,178)
#E3CFC1
(227,207,193)
#E8DBD0
(232,219,208)
#EDE7DF
(237,231,223)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07B58 color. Also use rgb(192,123,88) instead hex code.

Text Font Color

.myTextColor { color: #C07B58; }

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

This text font color is #C07B58.


Background Color

.myBgColor { background-color: #C07B58; }

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

This div background color is #C07B58.


Border color

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

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

This div border color is #C07B58.


Opacity

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

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

Text with #C07B58 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 #C07B58;}

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

This text has shadow with #C07B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07B58 on black background.


Color preview on white background

This text has color #C07B58 on white background.



Black color preview on #C07B58 background

This text has black color on #C07B58 background.


White color preview on #C07B58 background

This text has white color on #C07B58 background.