Html Css Color HEX #CC6416 Chocolate

📋 copy color: '#CC6416'

red 204 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #CC6416

Tints of Chocolate #CC6416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 62.58%
G = 30.67%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6416 (or 0xCC6416) is known color: Chocolate. HEX triplet: CC, 64 and 16. RGB value is (204,100,22). Sum of RGB (Red+Green+Blue) = 204+100+22=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6416 is #339BE9. Grayscale: #7A7A7A. Windows color (decimal): -3382250 or 1467596. OLE color: 1467596.

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

Color convert

RGB 204 100 22 -
CMYK 0 0.51 0.89 0.2
HSL 25.71º 0.81% 0.44% -
HSV(B) 25.71º 0.89% 0.8% -
XYZ 29.6 22.01 3.45 -
YUV 122.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 204 100 22 0 0.51 0.89 0.2 25.71 0.81 0.44
Hex CC 64 16 0 33 59 14 1A 51 2C
Octal 314 144 26 0 63 131 24 32 121 54
Binary 11001100 1100100 10110 0 110011 1011001 10100 11010 1010001 101100

Color Harmonies of #CC6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6416

Black with #CC6416

Text Example


Text Example

White with #CC6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6416; }

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

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

background-color css

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

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

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

border-color css

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

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

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