#CA2A5A

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

Shades of Old Rose #CA2A5A

Tints of Old Rose #CA2A5A

Color information

#CA2A5A (or 0xCA2A5A) is unknown color: approx Old Rose. HEX triplet: CA, 2A and 5A. RGB value is (202,42,90). Sum of RGB (Red+Green+Blue) = 202+42+90=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A5A is #35D5A5. Grayscale: #5F5F5F. Windows color (decimal): -3528102 or 5909194. OLE color: 5909194.

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

Color convert

RGB2024290-
CMYK00.790.550.21
HSL342º65.57%47.84%-
HSV(B)342º79.21%79.22%-
XYZ27.0314.9511.13-
YUV95.31125.01204.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=60.48%
G=12.57%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202429000.790.550.2134265.5747.84
HexCA2A5A04F37151564230
Octal312521320117672552610260
Binary11001010101010101101001001111110111101011010101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A5A; }

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

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

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

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

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

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

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

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