#CA5246

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

Shades of Sunset #CA5246

Tints of Sunset #CA5246

Color information

#CA5246 (or 0xCA5246) is unknown color: approx Sunset. HEX triplet: CA, 52 and 46. RGB value is (202,82,70). Sum of RGB (Red+Green+Blue) = 202+82+70=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5246 is #35ADB9. Grayscale: #747474. Windows color (decimal): -3517882 or 4608714. OLE color: 4608714.

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

Color convert

RGB2028270-
CMYK00.590.650.21
HSL5.45º55.46%53.33%-
HSV(B)5.45º65.35%79.22%-
XYZ28.4819.037.97-
YUV116.51101.76188.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=57.06%
G=23.16%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202827000.590.650.215.4555.4653.33
HexCA524603B411553735
Octal3121221060731012556765
Binary11001010101001010001100111011100000110101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5246; }

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

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

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

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

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

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

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

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