Html Css Color HEX #CC6116 Chocolate

📋 copy color: '#CC6116'

red 204 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #CC6116

Tints of Chocolate #CC6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

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

R = 63.16%
G = 30.03%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6116 (or 0xCC6116) is known color: Chocolate. HEX triplet: CC, 61 and 16. RGB value is (204,97,22). Sum of RGB (Red+Green+Blue) = 204+97+22=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6116 is #339EE9. Grayscale: #787878. Windows color (decimal): -3383018 or 1466828. OLE color: 1466828.

HSL color Cylindrical-coordinate representation of color #CC6116: hue angle of 24.73º 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 #CC6116 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 22 -
CMYK 0 0.52 0.89 0.2
HSL 24.73º 0.81% 0.44% -
HSV(B) 24.73º 0.89% 0.8% -
XYZ 29.32 21.44 3.35 -
YUV 120.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 204 97 22 0 0.52 0.89 0.2 24.73 0.81 0.44
Hex CC 61 16 0 34 59 14 19 51 2C
Octal 314 141 26 0 64 131 24 31 121 54
Binary 11001100 1100001 10110 0 110100 1011001 10100 11001 1010001 101100

Color Harmonies of #CC6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6116

Black with #CC6116

Text Example


Text Example

White with #CC6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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