#CA315A

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

Shades of Old Rose #CA315A

Tints of Old Rose #CA315A

Color information

#CA315A (or 0xCA315A) is unknown color: approx Old Rose. HEX triplet: CA, 31 and 5A. RGB value is (202,49,90). Sum of RGB (Red+Green+Blue) = 202+49+90=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA315A is #35CEA5. Grayscale: #636363. Windows color (decimal): -3526310 or 5910986. OLE color: 5910986.

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

Color convert

RGB2024990-
CMYK00.760.550.21
HSL343.92º60.96%49.22%-
HSV(B)343.92º75.74%79.22%-
XYZ27.315.4911.22-
YUV99.42122.69201.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=59.24%
G=14.37%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202499000.760.550.21343.9260.9649.22
HexCA315A04C37151583d31
Octal31261132011467255307561
Binary1100101011000110110100100110011011110101101011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA315A; }

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

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

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

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

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

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

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

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