#CA3259

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

Shades of Old Rose #CA3259

Tints of Old Rose #CA3259

Color information

#CA3259 (or 0xCA3259) is unknown color: approx Old Rose. HEX triplet: CA, 32 and 59. RGB value is (202,50,89). Sum of RGB (Red+Green+Blue) = 202+50+89=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3259 is #35CDA6. Grayscale: #636363. Windows color (decimal): -3526055 or 5845706. OLE color: 5845706.

HSL color Cylindrical-coordinate representation of color #CA3259: hue angle of 344.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3259 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB2025089-
CMYK00.750.560.21
HSL344.61º60.32%49.41%-
HSV(B)344.61º75.25%79.22%-
XYZ27.315.5611.02-
YUV99.89121.86200.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=59.24%
G=14.66%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202508900.750.560.21344.6160.3249.41
HexCA325904B38151593c31
Octal31262131011370255317461
Binary1100101011001010110010100101111100010101101011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3259; }

 p { color: rgb(202,50,89); }

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

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

 a { background-color: rgb(202,50,89); }

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

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

 span { border-color: rgb(202,50,89); }

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