Html Css Color HEX #CC5A16 Chocolate

📋 copy color: '#CC5A16'

red 204 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #CC5A16

Tints of Chocolate #CC5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

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

R = 64.56%
G = 28.48%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5A16 (or 0xCC5A16) is known color: Chocolate. HEX triplet: CC, 5A and 16. RGB value is (204,90,22). Sum of RGB (Red+Green+Blue) = 204+90+22=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A16 is #33A5E9. Grayscale: #747474. Windows color (decimal): -3384810 or 1465036. OLE color: 1465036.

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

Color convert

RGB 204 90 22 -
CMYK 0 0.56 0.89 0.2
HSL 22.42º 0.81% 0.44% -
HSV(B) 22.42º 0.89% 0.8% -
XYZ 28.7 20.21 3.15 -
YUV 116.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 204 90 22 0 0.56 0.89 0.2 22.42 0.81 0.44
Hex CC 5A 16 0 38 59 14 16 51 2C
Octal 314 132 26 0 70 131 24 26 121 54
Binary 11001100 1011010 10110 0 111000 1011001 10100 10110 1010001 101100

Color Harmonies of #CC5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A16

Black with #CC5A16

Text Example


Text Example

White with #CC5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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