Html Css Color HEX #CC6213 Chocolate

📋 copy color: '#CC6213'

red 204 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #CC6213

Tints of Chocolate #CC6213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 63.55%
G = 30.53%
B = 5.92%

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

#CC6213 (or 0xCC6213) is known color: Chocolate. HEX triplet: CC, 62 and 13. RGB value is (204,98,19). Sum of RGB (Red+Green+Blue) = 204+98+19=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6213 is #339DEC. Grayscale: #797979. Windows color (decimal): -3382765 or 1270476. OLE color: 1270476.

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

Color convert

RGB 204 98 19 -
CMYK 0 0.52 0.91 0.2
HSL 25.62º 0.83% 0.44% -
HSV(B) 25.62º 0.91% 0.8% -
XYZ 29.39 21.62 3.24 -
YUV 120.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 204 98 19 0 0.52 0.91 0.2 25.62 0.83 0.44
Hex CC 62 13 0 34 5B 14 1A 53 2C
Octal 314 142 23 0 64 133 24 32 123 54
Binary 11001100 1100010 10011 0 110100 1011011 10100 11010 1010011 101100

Color Harmonies of #CC6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6213

Black with #CC6213

Text Example


Text Example

White with #CC6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6213; }

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

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

background-color css

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

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

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

border-color css

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

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

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