Html Css Color HEX #CC5C12 Chocolate

📋 copy color: '#CC5C12'

red 204 ◦ green 92 ◦ blue 18

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

Shades of Chocolate #CC5C12

Tints of Chocolate #CC5C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 64.97%
G = 29.3%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5C12 (or 0xCC5C12) is known color: Chocolate. HEX triplet: CC, 5C and 12. RGB value is (204,92,18). Sum of RGB (Red+Green+Blue) = 204+92+18=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5C12 is #33A3ED. Grayscale: #757575. Windows color (decimal): -3384302 or 1203404. OLE color: 1203404.

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

Color convert

RGB 204 92 18 -
CMYK 0 0.55 0.91 0.2
HSL 23.87º 0.84% 0.44% -
HSV(B) 23.87º 0.91% 0.8% -
XYZ 28.84 20.54 3.02 -
YUV 117.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 204 92 18 0 0.55 0.91 0.2 23.87 0.84 0.44
Hex CC 5C 12 0 37 5B 14 18 54 2C
Octal 314 134 22 0 67 133 24 30 124 54
Binary 11001100 1011100 10010 0 110111 1011011 10100 11000 1010100 101100

Color Harmonies of #CC5C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C12

Black with #CC5C12

Text Example


Text Example

White with #CC5C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C12; }

 p { color: rgb(204,92,18); }

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

background-color css

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

 a { background-color: rgb(204,92,18); }

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

border-color css

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

 span { border-color: rgb(204,92,18); }

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