Html Css Color HEX #CC5716 Chocolate

📋 copy color: '#CC5716'

red 204 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #CC5716

Tints of Chocolate #CC5716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 65.18%
G = 27.8%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5716 (or 0xCC5716) is known color: Chocolate. HEX triplet: CC, 57 and 16. RGB value is (204,87,22). Sum of RGB (Red+Green+Blue) = 204+87+22=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5716 is #33A8E9. Grayscale: #727272. Windows color (decimal): -3385578 or 1464268. OLE color: 1464268.

HSL color Cylindrical-coordinate representation of color #CC5716: hue angle of 21.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC5716 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 87 22 -
CMYK 0 0.57 0.89 0.2
HSL 21.43º 0.81% 0.44% -
HSV(B) 21.43º 0.89% 0.8% -
XYZ 28.45 19.71 3.06 -
YUV 114.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 204 87 22 0 0.57 0.89 0.2 21.43 0.81 0.44
Hex CC 57 16 0 39 59 14 15 51 2C
Octal 314 127 26 0 71 131 24 25 121 54
Binary 11001100 1010111 10110 0 111001 1011001 10100 10101 1010001 101100

Color Harmonies of #CC5716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5716

Black with #CC5716

Text Example


Text Example

White with #CC5716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5716; }

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

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

background-color css

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

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

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

border-color css

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

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

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