Html Css Color HEX #CC5E21 Chocolate

📋 copy color: '#CC5E21'

red 204 ◦ green 94 ◦ blue 33

#CC5E21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CC5E21

Tints of Chocolate #CC5E21

RGB

 RED value IS 204 (80.08% from 255) = 61.63%

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 61.63%
G = 28.4%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC5E21 (or 0xCC5E21) is known color: Chocolate. HEX triplet: CC, 5E and 21. RGB value is (204,94,33). Sum of RGB (Red+Green+Blue) = 204+94+33=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E21 is #33A1DE. Grayscale: #787878. Windows color (decimal): -3383775 or 2186956. OLE color: 2186956.

HSL color Cylindrical-coordinate representation of color #CC5E21: hue angle of 21.4º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC5E21 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 94 33 -
CMYK 0 0.54 0.84 0.2
HSL 21.4º 0.72% 0.46% -
HSV(B) 21.4º 0.84% 0.8% -
XYZ 29.18 20.95 3.95 -
YUV 119.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 204 94 33 0 0.54 0.84 0.2 21.4 0.72 0.46
Hex CC 5E 21 0 36 54 14 15 48 2E
Octal 314 136 41 0 66 124 24 25 110 56
Binary 11001100 1011110 100001 0 110110 1010100 10100 10101 1001000 101110

Color Harmonies of #CC5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E21

Black with #CC5E21

Text Example


Text Example

White with #CC5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E21; }

 p { color: rgb(204,94,33); }

 H1.HeaderClassName
 {
   color: #CC5E21;
 }
 .AnyTagClassName
 {
   color: #CC5E21;
 }
</style>

background-color css

<style>
 a { background-color: #CC5E21; }

 a { background-color: rgb(204,94,33); }

 div.DivClassName
 {
   background-color: #CC5E21;
 }
 .BgClassName
 {
   background-color: #CC5E21;
 }
</style>

border-color css

<style>
 span { border-color: #CC5E21; }

 span { border-color: rgb(204,94,33); }

 td.TdClassName
 {
   border-color: #CC5E21;
 }
 .TagClassName
 {
   border-color: #CC5E21;
 }
</style>