#CA2A56

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

Shades of Old Rose #CA2A56

Tints of Old Rose #CA2A56

Color information

#CA2A56 (or 0xCA2A56) is unknown color: approx Old Rose. HEX triplet: CA, 2A and 56. RGB value is (202,42,86). Sum of RGB (Red+Green+Blue) = 202+42+86=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A56 is #35D5A9. Grayscale: #5E5E5E. Windows color (decimal): -3528106 or 5647050. OLE color: 5647050.

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

Color convert

RGB2024286-
CMYK00.790.570.21
HSL343.5º65.57%47.84%-
HSV(B)343.5º79.21%79.22%-
XYZ26.8614.8810.26-
YUV94.86123.01204.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=61.21%
G=12.73%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202428600.790.570.21343.565.5747.84
HexCA2A5604F39151584230
Octal312521260117712553010260
Binary11001010101010101011001001111111001101011010110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A56; }

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

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

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

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

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

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

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

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