Html Css Color HEX #CC5218 Chocolate

📋 copy color: '#CC5218'

red 204 ◦ green 82 ◦ blue 24

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

Shades of Chocolate #CC5218

Tints of Chocolate #CC5218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 65.81%
G = 26.45%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC5218 (or 0xCC5218) is known color: Chocolate. HEX triplet: CC, 52 and 18. RGB value is (204,82,24). Sum of RGB (Red+Green+Blue) = 204+82+24=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5218 is #33ADE7. Grayscale: #707070. Windows color (decimal): -3386856 or 1594060. OLE color: 1594060.

HSL color Cylindrical-coordinate representation of color #CC5218: hue angle of 19.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC5218 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 24 -
CMYK 0 0.60 0.88 0.2
HSL 19.33º 0.79% 0.45% -
HSV(B) 19.33º 0.88% 0.8% -
XYZ 28.08 18.94 3.04 -
YUV 111.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 204 82 24 0 0.60 0.88 0.2 19.33 0.79 0.45
Hex CC 52 18 0 3C 58 14 13 4F 2D
Octal 314 122 30 0 74 130 24 23 117 55
Binary 11001100 1010010 11000 0 111100 1011000 10100 10011 1001111 101101

Color Harmonies of #CC5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5218

Black with #CC5218

Text Example


Text Example

White with #CC5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5218; }

 p { color: rgb(204,82,24); }

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

background-color css

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

 a { background-color: rgb(204,82,24); }

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

border-color css

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

 span { border-color: rgb(204,82,24); }

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