#CA2152

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

Shades of Old Rose #CA2152

Tints of Old Rose #CA2152

Color information

#CA2152 (or 0xCA2152) is unknown color: approx Old Rose. HEX triplet: CA, 21 and 52. RGB value is (202,33,82). Sum of RGB (Red+Green+Blue) = 202+33+82=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2152 is #35DEAD. Grayscale: #595959. Windows color (decimal): -3530414 or 5382602. OLE color: 5382602.

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

Color convert

RGB2023382-
CMYK00.840.590.21
HSL342.6º71.91%46.08%-
HSV(B)342.6º83.66%79.22%-
XYZ26.4214.259.34-
YUV89.12123.99208.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 33 (13.28% from 255) = 10.41%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=63.72%
G=10.41%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202338200.840.590.21342.671.9146.08
HexCA21520543B15157482e
Octal312411220124732552711056
Binary11001010100001101001001010100111011101011010101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2152; }

 p { color: rgb(202,33,82); }

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

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

 a { background-color: rgb(202,33,82); }

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

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

 span { border-color: rgb(202,33,82); }

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