#CA3B52

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

Shades of Old Rose #CA3B52

Tints of Old Rose #CA3B52

Color information

#CA3B52 (or 0xCA3B52) is unknown color: approx Old Rose. HEX triplet: CA, 3B and 52. RGB value is (202,59,82). Sum of RGB (Red+Green+Blue) = 202+59+82=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3B52 is #35C4AD. Grayscale: #686868. Windows color (decimal): -3523758 or 5389258. OLE color: 5389258.

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

Color convert

RGB2025982-
CMYK00.710.590.21
HSL350.35º57.43%51.18%-
HSV(B)350.35º70.79%79.22%-
XYZ27.4416.299.68-
YUV104.38115.38197.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=58.89%
G=17.20%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202598200.710.590.21350.3557.4351.18
HexCA3B520473B1515e3933
Octal31273122010773255367163
Binary1100101011101110100100100011111101110101101011110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B52; }

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

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

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

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

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

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

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

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