Html Css Color HEX #CC5919 Chocolate

📋 copy color: '#CC5919'

red 204 ◦ green 89 ◦ blue 25

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

Shades of Chocolate #CC5919

Tints of Chocolate #CC5919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 64.15%
G = 27.99%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC5919 (or 0xCC5919) is known color: Chocolate. HEX triplet: CC, 59 and 19. RGB value is (204,89,25). Sum of RGB (Red+Green+Blue) = 204+89+25=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5919 is #33A6E6. Grayscale: #747474. Windows color (decimal): -3385063 or 1661388. OLE color: 1661388.

HSL color Cylindrical-coordinate representation of color #CC5919: hue angle of 21.45º degrees, saturation: 0.78, 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 #CC5919 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 25 -
CMYK 0 0.56 0.88 0.2
HSL 21.45º 0.78% 0.45% -
HSV(B) 21.45º 0.88% 0.8% -
XYZ 28.65 20.05 3.28 -
YUV 116.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 204 89 25 0 0.56 0.88 0.2 21.45 0.78 0.45
Hex CC 59 19 0 38 58 14 15 4E 2D
Octal 314 131 31 0 70 130 24 25 116 55
Binary 11001100 1011001 11001 0 111000 1011000 10100 10101 1001110 101101

Color Harmonies of #CC5919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5919

Black with #CC5919

Text Example


Text Example

White with #CC5919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5919; }

 p { color: rgb(204,89,25); }

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

background-color css

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

 a { background-color: rgb(204,89,25); }

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

border-color css

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

 span { border-color: rgb(204,89,25); }

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