Html Css Color HEX #CC5D24 Chocolate

📋 copy color: '#CC5D24'

red 204 ◦ green 93 ◦ blue 36

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

Shades of Chocolate #CC5D24

Tints of Chocolate #CC5D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 61.26%
G = 27.93%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5D24 (or 0xCC5D24) is known color: Chocolate. HEX triplet: CC, 5D and 24. RGB value is (204,93,36). Sum of RGB (Red+Green+Blue) = 204+93+36=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D24 is #33A2DB. Grayscale: #787878. Windows color (decimal): -3384028 or 2383308. OLE color: 2383308.

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

Color convert

RGB 204 93 36 -
CMYK 0 0.54 0.82 0.2
HSL 20.36º 0.7% 0.47% -
HSV(B) 20.36º 0.82% 0.8% -
XYZ 29.13 20.79 4.15 -
YUV 119.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 204 93 36 0 0.54 0.82 0.2 20.36 0.7 0.47
Hex CC 5D 24 0 36 52 14 14 46 2F
Octal 314 135 44 0 66 122 24 24 106 57
Binary 11001100 1011101 100100 0 110110 1010010 10100 10100 1000110 101111

Color Harmonies of #CC5D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D24

Black with #CC5D24

Text Example


Text Example

White with #CC5D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D24; }

 p { color: rgb(204,93,36); }

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

background-color css

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

 a { background-color: rgb(204,93,36); }

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

border-color css

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

 span { border-color: rgb(204,93,36); }

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