#CA5043

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

Shades of Sunset #CA5043

Tints of Sunset #CA5043

Color information

#CA5043 (or 0xCA5043) is unknown color: approx Sunset. HEX triplet: CA, 50 and 43. RGB value is (202,80,67). Sum of RGB (Red+Green+Blue) = 202+80+67=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5043 is #35AFBC. Grayscale: #737373. Windows color (decimal): -3518397 or 4411594. OLE color: 4411594.

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

Color convert

RGB2028067-
CMYK00.600.670.21
HSL5.78º56.02%52.75%-
HSV(B)5.78º66.83%79.22%-
XYZ28.2418.77.43-
YUV115100.92190.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=57.88%
G=22.92%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202806700.600.670.215.7856.0252.75
HexCA504303C431563835
Octal3121201030741032567065
Binary11001010101000010000110111100100001110101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5043; }

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

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

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

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

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

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

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

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