#CA345A

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

Shades of Old Rose #CA345A

Tints of Old Rose #CA345A

Color information

#CA345A (or 0xCA345A) is unknown color: approx Old Rose. HEX triplet: CA, 34 and 5A. RGB value is (202,52,90). Sum of RGB (Red+Green+Blue) = 202+52+90=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA345A is #35CBA5. Grayscale: #656565. Windows color (decimal): -3525542 or 5911754. OLE color: 5911754.

HSL color Cylindrical-coordinate representation of color #CA345A: hue angle of 344.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA345A is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB2025290-
CMYK00.740.550.21
HSL344.8º59.06%49.8%-
HSV(B)344.8º74.26%79.22%-
XYZ27.4315.7511.27-
YUV101.18121.7199.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 52 (20.70% from 255) = 15.12%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=58.72%
G=15.12%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202529000.740.550.21344.859.0649.8
HexCA345A04A37151593b32
Octal31264132011267255317362
Binary1100101011010010110100100101011011110101101011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA345A; }

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

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

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

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

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

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

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

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