#CA2252

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

Shades of Old Rose #CA2252

Tints of Old Rose #CA2252

Color information

#CA2252 (or 0xCA2252) is unknown color: approx Old Rose. HEX triplet: CA, 22 and 52. RGB value is (202,34,82). Sum of RGB (Red+Green+Blue) = 202+34+82=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2252 is #35DDAD. Grayscale: #595959. Windows color (decimal): -3530158 or 5382858. OLE color: 5382858.

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

Color convert

RGB2023482-
CMYK00.830.590.21
HSL342.86º71.19%46.27%-
HSV(B)342.86º83.17%79.22%-
XYZ26.4514.319.35-
YUV89.7123.66208.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=63.52%
G=10.69%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202348200.830.590.21342.8671.1946.27
HexCA22520533B15157472e
Octal312421220123732552710756
Binary11001010100010101001001010011111011101011010101111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2252; }

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

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

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

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

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

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

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

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