Html Css Color HEX #CC6122 Chocolate

📋 copy color: '#CC6122'

red 204 ◦ green 97 ◦ blue 34

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

Shades of Chocolate #CC6122

Tints of Chocolate #CC6122

RGB

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

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

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

R = 60.9%
G = 28.96%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6122 (or 0xCC6122) is known color: Chocolate. HEX triplet: CC, 61 and 22. RGB value is (204,97,34). Sum of RGB (Red+Green+Blue) = 204+97+34=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6122 is #339EDD. Grayscale: #7A7A7A. Windows color (decimal): -3383006 or 2253260. OLE color: 2253260.

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

Color convert

RGB 204 97 34 -
CMYK 0 0.52 0.83 0.2
HSL 22.24º 0.71% 0.47% -
HSV(B) 22.24º 0.83% 0.8% -
XYZ 29.47 21.5 4.11 -
YUV 121.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 204 97 34 0 0.52 0.83 0.2 22.24 0.71 0.47
Hex CC 61 22 0 34 53 14 16 47 2F
Octal 314 141 42 0 64 123 24 26 107 57
Binary 11001100 1100001 100010 0 110100 1010011 10100 10110 1000111 101111

Color Harmonies of #CC6122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6122

Black with #CC6122

Text Example


Text Example

White with #CC6122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6122; }

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

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

background-color css

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

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

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

border-color css

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

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

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