Html Css Color HEX #CC6022 Chocolate

📋 copy color: '#CC6022'

red 204 ◦ green 96 ◦ blue 34

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

Shades of Chocolate #CC6022

Tints of Chocolate #CC6022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 61.08%
G = 28.74%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6022 (or 0xCC6022) is known color: Chocolate. HEX triplet: CC, 60 and 22. RGB value is (204,96,34). Sum of RGB (Red+Green+Blue) = 204+96+34=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6022 is #339FDD. Grayscale: #797979. Windows color (decimal): -3383262 or 2253004. OLE color: 2253004.

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

Color convert

RGB 204 96 34 -
CMYK 0 0.53 0.83 0.2
HSL 21.88º 0.71% 0.47% -
HSV(B) 21.88º 0.83% 0.8% -
XYZ 29.37 21.32 4.08 -
YUV 121.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 204 96 34 0 0.53 0.83 0.2 21.88 0.71 0.47
Hex CC 60 22 0 35 53 14 16 47 2F
Octal 314 140 42 0 65 123 24 26 107 57
Binary 11001100 1100000 100010 0 110101 1010011 10100 10110 1000111 101111

Color Harmonies of #CC6022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6022

Black with #CC6022

Text Example


Text Example

White with #CC6022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6022; }

 p { color: rgb(204,96,34); }

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

background-color css

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

 a { background-color: rgb(204,96,34); }

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

border-color css

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

 span { border-color: rgb(204,96,34); }

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