Html Css Color HEX #CC5019 Chocolate

📋 copy color: '#CC5019'

red 204 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #CC5019

Tints of Chocolate #CC5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

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

R = 66.02%
G = 25.89%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC5019 (or 0xCC5019) is known color: Chocolate. HEX triplet: CC, 50 and 19. RGB value is (204,80,25). Sum of RGB (Red+Green+Blue) = 204+80+25=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5019 is #33AFE6. Grayscale: #6F6F6F. Windows color (decimal): -3387367 or 1659084. OLE color: 1659084.

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

Color convert

RGB 204 80 25 -
CMYK 0 0.61 0.88 0.2
HSL 18.44º 0.78% 0.45% -
HSV(B) 18.44º 0.88% 0.8% -
XYZ 27.95 18.64 3.05 -
YUV 110.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 204 80 25 0 0.61 0.88 0.2 18.44 0.78 0.45
Hex CC 50 19 0 3D 58 14 12 4E 2D
Octal 314 120 31 0 75 130 24 22 116 55
Binary 11001100 1010000 11001 0 111101 1011000 10100 10010 1001110 101101

Color Harmonies of #CC5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5019

Black with #CC5019

Text Example


Text Example

White with #CC5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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