Html Css Color HEX #CC6012 Chocolate

📋 copy color: '#CC6012'

red 204 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #CC6012

Tints of Chocolate #CC6012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 64.15%
G = 30.19%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC6012 (or 0xCC6012) is known color: Chocolate. HEX triplet: CC, 60 and 12. RGB value is (204,96,18). Sum of RGB (Red+Green+Blue) = 204+96+18=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6012 is #339FED. Grayscale: #777777. Windows color (decimal): -3383278 or 1204428. OLE color: 1204428.

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

Color convert

RGB 204 96 18 -
CMYK 0 0.53 0.91 0.2
HSL 25.16º 0.84% 0.44% -
HSV(B) 25.16º 0.91% 0.8% -
XYZ 29.19 21.25 3.13 -
YUV 119.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 204 96 18 0 0.53 0.91 0.2 25.16 0.84 0.44
Hex CC 60 12 0 35 5B 14 19 54 2C
Octal 314 140 22 0 65 133 24 31 124 54
Binary 11001100 1100000 10010 0 110101 1011011 10100 11001 1010100 101100

Color Harmonies of #CC6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6012

Black with #CC6012

Text Example


Text Example

White with #CC6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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