#CA5249

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

Shades of Sunset #CA5249

Tints of Sunset #CA5249

Color information

#CA5249 (or 0xCA5249) is unknown color: approx Sunset. HEX triplet: CA, 52 and 49. RGB value is (202,82,73). Sum of RGB (Red+Green+Blue) = 202+82+73=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5249 is #35ADB6. Grayscale: #757575. Windows color (decimal): -3517879 or 4805322. OLE color: 4805322.

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

Color convert

RGB2028273-
CMYK00.590.640.21
HSL4.19º54.89%53.92%-
HSV(B)4.19º63.86%79.22%-
XYZ28.5819.078.48-
YUV116.85103.26188.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=56.58%
G=22.97%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202827300.590.640.214.1954.8953.92
HexCA524903B401543736
Octal3121221110731002546766
Binary11001010101001010010010111011100000010101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5249; }

 p { color: rgb(202,82,73); }

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

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

 a { background-color: rgb(202,82,73); }

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

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

 span { border-color: rgb(202,82,73); }

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