#CA2C56

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

Shades of Old Rose #CA2C56

Tints of Old Rose #CA2C56

Color information

#CA2C56 (or 0xCA2C56) is unknown color: approx Old Rose. HEX triplet: CA, 2C and 56. RGB value is (202,44,86). Sum of RGB (Red+Green+Blue) = 202+44+86=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C56 is #35D3A9. Grayscale: #606060. Windows color (decimal): -3527594 or 5647562. OLE color: 5647562.

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

Color convert

RGB2024486-
CMYK00.780.570.21
HSL344.05º64.23%48.24%-
HSV(B)344.05º78.22%79.22%-
XYZ26.9415.0310.29-
YUV96.03122.35203.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.84%
GREEN value IS 44 (17.58% from 255) = 13.25%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=60.84%
G=13.25%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202448600.780.570.21344.0564.2348.24
HexCA2C5604E39151584030
Octal312541260116712553010060
Binary11001010101100101011001001110111001101011010110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C56; }

 p { color: rgb(202,44,86); }

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

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

 a { background-color: rgb(202,44,86); }

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

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

 span { border-color: rgb(202,44,86); }

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