#CA2D50

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

Shades of Old Rose #CA2D50

Tints of Old Rose #CA2D50

Color information

#CA2D50 (or 0xCA2D50) is unknown color: approx Old Rose. HEX triplet: CA, 2D and 50. RGB value is (202,45,80). Sum of RGB (Red+Green+Blue) = 202+45+80=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D50 is #35D2AF. Grayscale: #5F5F5F. Windows color (decimal): -3527344 or 5254602. OLE color: 5254602.

HSL color Cylindrical-coordinate representation of color #CA2D50: hue angle of 346.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D50 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2024580-
CMYK00.780.600.21
HSL346.62º63.56%48.43%-
HSV(B)346.62º77.72%79.22%-
XYZ26.7415.019.08-
YUV95.93119.01203.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=61.77%
G=13.76%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202458000.780.600.21346.6263.5648.43
HexCA2D5004E3C1515b4030
Octal312551200116742553310060
Binary11001010101101101000001001110111100101011010110111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2D50; }

 p { color: rgb(202,45,80); }

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

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

 a { background-color: rgb(202,45,80); }

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

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

 span { border-color: rgb(202,45,80); }

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