#CA2D5C

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

Shades of Old Rose #CA2D5C

Tints of Old Rose #CA2D5C

Color information

#CA2D5C (or 0xCA2D5C) is unknown color: approx Old Rose. HEX triplet: CA, 2D and 5C. RGB value is (202,45,92). Sum of RGB (Red+Green+Blue) = 202+45+92=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D5C is #35D2A3. Grayscale: #616161. Windows color (decimal): -3527332 or 6041034. OLE color: 6041034.

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

Color convert

RGB2024592-
CMYK00.780.540.21
HSL342.04º63.56%48.43%-
HSV(B)342.04º77.72%79.22%-
XYZ27.2315.2111.63-
YUV97.3125.01202.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=59.59%
G=13.27%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202459200.780.540.21342.0463.5648.43
HexCA2D5C04E36151564030
Octal312551340116662552610060
Binary11001010101101101110001001110110110101011010101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2D5C; }

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

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

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

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

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

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

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

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