Html Css Color HEX #CC5517 Chocolate

📋 copy color: '#CC5517'

red 204 ◦ green 85 ◦ blue 23

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

Shades of Chocolate #CC5517

Tints of Chocolate #CC5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 65.38%
G = 27.24%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5517 (or 0xCC5517) is known color: Chocolate. HEX triplet: CC, 55 and 17. RGB value is (204,85,23). Sum of RGB (Red+Green+Blue) = 204+85+23=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5517 is #33AAE8. Grayscale: #717171. Windows color (decimal): -3386089 or 1529292. OLE color: 1529292.

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

Color convert

RGB 204 85 23 -
CMYK 0 0.58 0.89 0.2
HSL 20.55º 0.8% 0.45% -
HSV(B) 20.55º 0.89% 0.8% -
XYZ 28.3 19.4 3.06 -
YUV 113.51 76.92 192.54 -
System Red Green Blue C M Y K H S L
Decimal 204 85 23 0 0.58 0.89 0.2 20.55 0.8 0.45
Hex CC 55 17 0 3A 59 14 15 50 2D
Octal 314 125 27 0 72 131 24 25 120 55
Binary 11001100 1010101 10111 0 111010 1011001 10100 10101 1010000 101101

Color Harmonies of #CC5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5517

Black with #CC5517

Text Example


Text Example

White with #CC5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5517; }

 p { color: rgb(204,85,23); }

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

background-color css

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

 a { background-color: rgb(204,85,23); }

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

border-color css

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

 span { border-color: rgb(204,85,23); }

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