#CA3D52

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

Shades of Old Rose #CA3D52

Tints of Old Rose #CA3D52

Color information

#CA3D52 (or 0xCA3D52) is unknown color: approx Old Rose. HEX triplet: CA, 3D and 52. RGB value is (202,61,82). Sum of RGB (Red+Green+Blue) = 202+61+82=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3D52 is #35C2AD. Grayscale: #696969. Windows color (decimal): -3523246 or 5389770. OLE color: 5389770.

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

Color convert

RGB2026182-
CMYK00.700.590.21
HSL351.06º57.09%51.57%-
HSV(B)351.06º69.8%79.22%-
XYZ27.5516.59.72-
YUV105.55114.71196.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=58.55%
G=17.68%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202618200.700.590.21351.0657.0951.57
HexCA3D520463B1515f3934
Octal31275122010673255377164
Binary1100101011110110100100100011011101110101101011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D52; }

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

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

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

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

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

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

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

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