Html Css Color HEX #CC6120 Chocolate

📋 copy color: '#CC6120'

red 204 ◦ green 97 ◦ blue 32

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

Shades of Chocolate #CC6120

Tints of Chocolate #CC6120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 61.26%
G = 29.13%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC6120 (or 0xCC6120) is known color: Chocolate. HEX triplet: CC, 61 and 20. RGB value is (204,97,32). Sum of RGB (Red+Green+Blue) = 204+97+32=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6120 is #339EDF. Grayscale: #797979. Windows color (decimal): -3383008 or 2122188. OLE color: 2122188.

HSL color Cylindrical-coordinate representation of color #CC6120: hue angle of 22.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6120 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 32 -
CMYK 0 0.52 0.84 0.2
HSL 22.67º 0.73% 0.46% -
HSV(B) 22.67º 0.84% 0.8% -
XYZ 29.44 21.49 3.96 -
YUV 121.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 204 97 32 0 0.52 0.84 0.2 22.67 0.73 0.46
Hex CC 61 20 0 34 54 14 17 49 2E
Octal 314 141 40 0 64 124 24 27 111 56
Binary 11001100 1100001 100000 0 110100 1010100 10100 10111 1001001 101110

Color Harmonies of #CC6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6120

Black with #CC6120

Text Example


Text Example

White with #CC6120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6120; }

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

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

background-color css

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

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

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

border-color css

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

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

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