Html Css Color HEX #CC6020 Chocolate

📋 copy color: '#CC6020'

red 204 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #CC6020

Tints of Chocolate #CC6020

RGB

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

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

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

R = 61.45%
G = 28.92%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC6020 (or 0xCC6020) is known color: Chocolate. HEX triplet: CC, 60 and 20. RGB value is (204,96,32). Sum of RGB (Red+Green+Blue) = 204+96+32=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6020 is #339FDF. Grayscale: #797979. Windows color (decimal): -3383264 or 2121932. OLE color: 2121932.

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

Color convert

RGB 204 96 32 -
CMYK 0 0.53 0.84 0.2
HSL 22.33º 0.73% 0.46% -
HSV(B) 22.33º 0.84% 0.8% -
XYZ 29.35 21.31 3.93 -
YUV 121 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 204 96 32 0 0.53 0.84 0.2 22.33 0.73 0.46
Hex CC 60 20 0 35 54 14 16 49 2E
Octal 314 140 40 0 65 124 24 26 111 56
Binary 11001100 1100000 100000 0 110101 1010100 10100 10110 1001001 101110

Color Harmonies of #CC6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6020

Black with #CC6020

Text Example


Text Example

White with #CC6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6020; }

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

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

background-color css

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

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

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

border-color css

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

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

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