Html Css Color HEX #CC6212 Chocolate

📋 copy color: '#CC6212'

red 204 ◦ green 98 ◦ blue 18

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

Shades of Chocolate #CC6212

Tints of Chocolate #CC6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 63.75%
G = 30.63%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC6212 (or 0xCC6212) is known color: Chocolate. HEX triplet: CC, 62 and 12. RGB value is (204,98,18). Sum of RGB (Red+Green+Blue) = 204+98+18=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6212 is #339DED. Grayscale: #797979. Windows color (decimal): -3382766 or 1204940. OLE color: 1204940.

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

Color convert

RGB 204 98 18 -
CMYK 0 0.52 0.91 0.2
HSL 25.81º 0.84% 0.44% -
HSV(B) 25.81º 0.91% 0.8% -
XYZ 29.38 21.62 3.2 -
YUV 120.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 204 98 18 0 0.52 0.91 0.2 25.81 0.84 0.44
Hex CC 62 12 0 34 5B 14 1A 54 2C
Octal 314 142 22 0 64 133 24 32 124 54
Binary 11001100 1100010 10010 0 110100 1011011 10100 11010 1010100 101100

Color Harmonies of #CC6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6212

Black with #CC6212

Text Example


Text Example

White with #CC6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6212; }

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

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

background-color css

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

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

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

border-color css

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

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

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