Html Css Color HEX #CC6224 Chocolate

📋 copy color: '#CC6224'

red 204 ◦ green 98 ◦ blue 36

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

Shades of Chocolate #CC6224

Tints of Chocolate #CC6224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.65%

R = 60.36%
G = 28.99%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6224 (or 0xCC6224) is known color: Chocolate. HEX triplet: CC, 62 and 24. RGB value is (204,98,36). Sum of RGB (Red+Green+Blue) = 204+98+36=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6224 is #339DDB. Grayscale: #7A7A7A. Windows color (decimal): -3382748 or 2384588. OLE color: 2384588.

HSL color Cylindrical-coordinate representation of color #CC6224: hue angle of 22.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC6224 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 36 -
CMYK 0 0.52 0.82 0.2
HSL 22.14º 0.7% 0.47% -
HSV(B) 22.14º 0.82% 0.8% -
XYZ 29.59 21.7 4.3 -
YUV 122.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 204 98 36 0 0.52 0.82 0.2 22.14 0.7 0.47
Hex CC 62 24 0 34 52 14 16 46 2F
Octal 314 142 44 0 64 122 24 26 106 57
Binary 11001100 1100010 100100 0 110100 1010010 10100 10110 1000110 101111

Color Harmonies of #CC6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6224

Black with #CC6224

Text Example


Text Example

White with #CC6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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