Html Css Color HEX #CC5A15 Chocolate

📋 copy color: '#CC5A15'

red 204 ◦ green 90 ◦ blue 21

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

Shades of Chocolate #CC5A15

Tints of Chocolate #CC5A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 64.76%
G = 28.57%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5A15 (or 0xCC5A15) is known color: Chocolate. HEX triplet: CC, 5A and 15. RGB value is (204,90,21). Sum of RGB (Red+Green+Blue) = 204+90+21=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A15 is #33A5EA. Grayscale: #747474. Windows color (decimal): -3384811 or 1399500. OLE color: 1399500.

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

Color convert

RGB 204 90 21 -
CMYK 0 0.56 0.90 0.2
HSL 22.62º 0.81% 0.44% -
HSV(B) 22.62º 0.9% 0.8% -
XYZ 28.69 20.2 3.1 -
YUV 116.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 204 90 21 0 0.56 0.90 0.2 22.62 0.81 0.44
Hex CC 5A 15 0 38 5A 14 17 51 2C
Octal 314 132 25 0 70 132 24 27 121 54
Binary 11001100 1011010 10101 0 111000 1011010 10100 10111 1010001 101100

Color Harmonies of #CC5A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A15

Black with #CC5A15

Text Example


Text Example

White with #CC5A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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