Html Css Color HEX #CC5E1C Chocolate

📋 copy color: '#CC5E1C'

red 204 ◦ green 94 ◦ blue 28

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

Shades of Chocolate #CC5E1C

Tints of Chocolate #CC5E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.59%

R = 62.58%
G = 28.83%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC5E1C (or 0xCC5E1C) is known color: Chocolate. HEX triplet: CC, 5E and 1C. RGB value is (204,94,28). Sum of RGB (Red+Green+Blue) = 204+94+28=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E1C is #33A1E3. Grayscale: #777777. Windows color (decimal): -3383780 or 1859276. OLE color: 1859276.

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

Color convert

RGB 204 94 28 -
CMYK 0 0.54 0.86 0.2
HSL 22.5º 0.76% 0.45% -
HSV(B) 22.5º 0.86% 0.8% -
XYZ 29.11 20.93 3.6 -
YUV 119.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 204 94 28 0 0.54 0.86 0.2 22.5 0.76 0.45
Hex CC 5E 1C 0 36 56 14 16 4C 2D
Octal 314 136 34 0 66 126 24 26 114 55
Binary 11001100 1011110 11100 0 110110 1010110 10100 10110 1001100 101101

Color Harmonies of #CC5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E1C

Black with #CC5E1C

Text Example


Text Example

White with #CC5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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