#CA5046

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

Shades of Sunset #CA5046

Tints of Sunset #CA5046

Color information

#CA5046 (or 0xCA5046) is unknown color: approx Sunset. HEX triplet: CA, 50 and 46. RGB value is (202,80,70). Sum of RGB (Red+Green+Blue) = 202+80+70=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5046 is #35AFB9. Grayscale: #737373. Windows color (decimal): -3518394 or 4608202. OLE color: 4608202.

HSL color Cylindrical-coordinate representation of color #CA5046: hue angle of 4.55º 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 #CA5046 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2028070-
CMYK00.600.650.21
HSL4.55º55.46%53.33%-
HSV(B)4.55º65.35%79.22%-
XYZ28.3318.747.92-
YUV115.34102.42189.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=57.39%
G=22.73%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202807000.600.650.214.5555.4653.33
HexCA504603C411553735
Octal3121201060741012556765
Binary11001010101000010001100111100100000110101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5046; }

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

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

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

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

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

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

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

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