#CA5C19

Color #CA5C19 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CA5C19

Tints of Chocolate #CA5C19

Color information

#CA5C19 (or 0xCA5C19) is unknown color: approx Chocolate. HEX triplet: CA, 5C and 19. RGB value is (202,92,25). Sum of RGB (Red+Green+Blue) = 202+92+25=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5C19 is #35A3E6. Grayscale: #757575. Windows color (decimal): -3515367 or 1662154. OLE color: 1662154.

HSL color Cylindrical-coordinate representation of color #CA5C19: hue angle of 22.71º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA5C19 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB2029225-
CMYK00.540.880.21
HSL22.71º77.97%44.51%-
HSV(B)22.71º87.62%79.22%-
XYZ28.3620.283.34-
YUV117.2575.94188.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 25 (10.16% from 255) = 7.84%
R=63.32%
G=28.84%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202922500.540.880.2122.7177.9744.51
HexCA5C190365815174e2d
Octal31213431066130252711655
Binary110010101011100110010110110101100010101101111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C19; }

 p { color: rgb(202,92,25); }

 H1.HeaderClassName
 {
   color: #CA5C19;
 }
 .AnyTagClassName
 {
   color: #CA5C19;
 }
</style>
background-color css

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

 a { background-color: rgb(202,92,25); }

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

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

 span { border-color: rgb(202,92,25); }

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