Html Css Color HEX #CC5719 Chocolate

📋 copy color: '#CC5719'

red 204 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #CC5719

Tints of Chocolate #CC5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

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

R = 64.56%
G = 27.53%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC5719 (or 0xCC5719) is known color: Chocolate. HEX triplet: CC, 57 and 19. RGB value is (204,87,25). Sum of RGB (Red+Green+Blue) = 204+87+25=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5719 is #33A8E6. Grayscale: #737373. Windows color (decimal): -3385575 or 1660876. OLE color: 1660876.

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

Color convert

RGB 204 87 25 -
CMYK 0 0.57 0.88 0.2
HSL 20.78º 0.78% 0.45% -
HSV(B) 20.78º 0.88% 0.8% -
XYZ 28.49 19.72 3.23 -
YUV 114.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 204 87 25 0 0.57 0.88 0.2 20.78 0.78 0.45
Hex CC 57 19 0 39 58 14 15 4E 2D
Octal 314 127 31 0 71 130 24 25 116 55
Binary 11001100 1010111 11001 0 111001 1011000 10100 10101 1001110 101101

Color Harmonies of #CC5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5719

Black with #CC5719

Text Example


Text Example

White with #CC5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5719; }

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

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

background-color css

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

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

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

border-color css

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

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

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