COLOR #C75B20

HEX: #C75B20 RGB: (199,91,32)

Color info

#C75B20 contains mainly red color. Web safe color of #C75B20 is #CC6633 (or #C63).

RGB color model

#C75B20 color RGB value is (199,91,32).

RGB: (199,91,32) (78%, 36%, 13%)

RGB channels and saturation

R 199 of 255 = 78%
G 91 of 255 = 36%
B 32 of 255 = 13%

199
91
32

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

Portions of RGB colors in percentages

R + G + B = 199 + 91 + 32 = 322 (100%)
R 199 of 322 ~ 61.8%
G 91 of 322 ~ 28.26%
B 32 of 322 ~ 9.94'%

%61.8
%28.26

CMYK color model

#C75B20 color CMYK value is (0,54,84,22).

  • cyan value is 0.00%
  • magenta value is 54.27%
  • yellow value is 83.92%
  • key color value is 21.96%

CMYK: (0,54,84,22)
C0M54Y84K22 (0%, 54%, 84%, 22%)
(0.00 / 0.54 / 0.84 / 0.22)

CMYK percentages

%0
%54.27
%83.92
%21.96

Codes

Color #C75B20 in popluar color models

C7 5B 20
RGB 199 91 32
HSL 21° 72.29% 45.29%
HSB/HSV 21° 83.92% 78.04%
CMYK 0.00% 54.27% 83.92%
21.96%

Color #C75B20 in popluar number systems.

HEX C7 5B 20
Decimal 199 91 32
Binary 11000111 1011011 100000
Octal 307 133 40

Shades and tints

Shades of #C75B20

#C75B20
(199,91,32)
#B5531E
(181,83,30)
#A34B1C
(163,75,28)
#91431A
(145,67,26)
#7F3B18
(127,59,24)
#6D3316
(109,51,22)
#5B2B14
(91,43,20)
#492312
(73,35,18)
#371B10
(55,27,16)
#25130E
(37,19,14)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #C75B20

#C75B20
(199,91,32)
#CC6934
(204,105,52)
#D17748
(209,119,72)
#D6855C
(214,133,92)
#DB9370
(219,147,112)
#E0A184
(224,161,132)
#E5AF98
(229,175,152)
#EABDAC
(234,189,172)
#EFCBC0
(239,203,192)
#F4D9D4
(244,217,212)
#F9E7E8
(249,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75B20 color. Also use rgb(199,91,32) instead hex code.

Text Font Color

.myTextColor { color: #C75B20; }

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

This text font color is #C75B20.

Background Color

.myBgColor { background-color: #C75B20; }

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

This div background color is #C75B20.

Border color

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

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

This div border color is #C75B20.

Opacity

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

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

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

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

This text has shadow with #C75B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C75B20.

Preview

Color preview on black background

This text has color #C75B20 on black background.


Color preview on white background

This text has color #C75B20 on white background.


Black color preview on #C75B20 background

This text has black color on #C75B20 background.


White color preview on #C75B20 background

This text has white color on #C75B20 background.


Related colors

Complementary color

Complementary color for #hex is #38A4DF.


I love getcolorcode.com

Triadic colors

1 #20C75B and #5B20C7 with #C75B20 are triadic colors.

2 #205BC7 and #5BC720 with #C75B20 are triadic colors.