Html Css Color HEX #CC7012 Chocolate

📋 copy color: '#CC7012'

red 204 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #CC7012

Tints of Chocolate #CC7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 61.08%
G = 33.53%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7012 (or 0xCC7012) is known color: Chocolate. HEX triplet: CC, 70 and 12. RGB value is (204,112,18). Sum of RGB (Red+Green+Blue) = 204+112+18=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7012 is #338FED. Grayscale: #818181. Windows color (decimal): -3379182 or 1208524. OLE color: 1208524.

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

Color convert

RGB 204 112 18 -
CMYK 0 0.45 0.91 0.2
HSL 30.32º 0.84% 0.44% -
HSV(B) 30.32º 0.91% 0.8% -
XYZ 30.81 24.47 3.67 -
YUV 128.79 65.48 181.64 -
System Red Green Blue C M Y K H S L
Decimal 204 112 18 0 0.45 0.91 0.2 30.32 0.84 0.44
Hex CC 70 12 0 2D 5B 14 1E 54 2C
Octal 314 160 22 0 55 133 24 36 124 54
Binary 11001100 1110000 10010 0 101101 1011011 10100 11110 1010100 101100

Color Harmonies of #CC7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7012

Black with #CC7012

Text Example


Text Example

White with #CC7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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