Html Css Color HEX #CC6418 Chocolate

📋 copy color: '#CC6418'

red 204 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #CC6418

Tints of Chocolate #CC6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 62.2%
G = 30.49%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC6418 (or 0xCC6418) is known color: Chocolate. HEX triplet: CC, 64 and 18. RGB value is (204,100,24). Sum of RGB (Red+Green+Blue) = 204+100+24=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6418 is #339BE7. Grayscale: #7A7A7A. Windows color (decimal): -3382248 or 1598668. OLE color: 1598668.

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

Color convert

RGB 204 100 24 -
CMYK 0 0.51 0.88 0.2
HSL 25.33º 0.79% 0.45% -
HSV(B) 25.33º 0.88% 0.8% -
XYZ 29.62 22.02 3.55 -
YUV 122.43 72.46 186.18 -
System Red Green Blue C M Y K H S L
Decimal 204 100 24 0 0.51 0.88 0.2 25.33 0.79 0.45
Hex CC 64 18 0 33 58 14 19 4F 2D
Octal 314 144 30 0 63 130 24 31 117 55
Binary 11001100 1100100 11000 0 110011 1011000 10100 11001 1001111 101101

Color Harmonies of #CC6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6418

Black with #CC6418

Text Example


Text Example

White with #CC6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6418; }

 p { color: rgb(204,100,24); }

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

background-color css

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

 a { background-color: rgb(204,100,24); }

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

border-color css

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

 span { border-color: rgb(204,100,24); }

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