#CA2D58

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

Shades of Old Rose #CA2D58

Tints of Old Rose #CA2D58

Color information

#CA2D58 (or 0xCA2D58) is unknown color: approx Old Rose. HEX triplet: CA, 2D and 58. RGB value is (202,45,88). Sum of RGB (Red+Green+Blue) = 202+45+88=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D58 is #35D2A7. Grayscale: #606060. Windows color (decimal): -3527336 or 5778890. OLE color: 5778890.

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

Color convert

RGB2024588-
CMYK00.780.560.21
HSL343.57º63.56%48.43%-
HSV(B)343.57º77.72%79.22%-
XYZ27.0615.1410.73-
YUV96.84123.01203-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.30%
GREEN value IS 45 (17.97% from 255) = 13.43%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=60.30%
G=13.43%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202458800.780.560.21343.5763.5648.43
HexCA2D5804E38151584030
Octal312551300116702553010060
Binary11001010101101101100001001110111000101011010110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2D58; }

 p { color: rgb(202,45,88); }

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

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

 a { background-color: rgb(202,45,88); }

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

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

 span { border-color: rgb(202,45,88); }

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