#CA1E59

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

Shades of Old Rose #CA1E59

Tints of Old Rose #CA1E59

Color information

#CA1E59 (or 0xCA1E59) is unknown color: approx Old Rose. HEX triplet: CA, 1E and 59. RGB value is (202,30,89). Sum of RGB (Red+Green+Blue) = 202+30+89=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E59 is #35E1A6. Grayscale: #585858. Windows color (decimal): -3531175 or 5840586. OLE color: 5840586.

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

Color convert

RGB2023089-
CMYK00.850.560.21
HSL339.42º74.14%45.49%-
HSV(B)339.42º85.15%79.22%-
XYZ26.6214.2110.79-
YUV88.15128.48209.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=62.93%
G=9.35%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202308900.850.560.21339.4274.1445.49
HexCA1E5905538151534a2d
Octal312361310125702552311255
Binary1100101011110101100101010101111000101011010100111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1E59; }

 p { color: rgb(202,30,89); }

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

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

 a { background-color: rgb(202,30,89); }

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

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

 span { border-color: rgb(202,30,89); }

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