#CA504C

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

Shades of Sunset #CA504C

Tints of Sunset #CA504C

Color information

#CA504C (or 0xCA504C) is unknown color: approx Sunset. HEX triplet: CA, 50 and 4C. RGB value is (202,80,76). Sum of RGB (Red+Green+Blue) = 202+80+76=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA504C is #35AFB3. Grayscale: #747474. Windows color (decimal): -3518388 or 5001418. OLE color: 5001418.

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

Color convert

RGB2028076-
CMYK00.600.620.21
HSL1.9º54.31%54.51%-
HSV(B)1.9º62.38%79.22%-
XYZ28.5318.828.97-
YUV116.02105.42189.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=56.42%
G=22.35%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202807600.600.620.211.954.3154.51
HexCA504C03C3E1523637
Octal312120114074762526667
Binary110010101010000100110001111001111101010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA504C; }

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

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

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

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

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

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

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

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