#CA3257

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

Shades of Old Rose #CA3257

Tints of Old Rose #CA3257

Color information

#CA3257 (or 0xCA3257) is unknown color: approx Old Rose. HEX triplet: CA, 32 and 57. RGB value is (202,50,87). Sum of RGB (Red+Green+Blue) = 202+50+87=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3257 is #35CDA8. Grayscale: #636363. Windows color (decimal): -3526057 or 5714634. OLE color: 5714634.

HSL color Cylindrical-coordinate representation of color #CA3257: hue angle of 345.39º 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 #CA3257 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2025087-
CMYK00.750.570.21
HSL345.39º60.32%49.41%-
HSV(B)345.39º75.25%79.22%-
XYZ27.2215.5310.58-
YUV99.67120.86200.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=59.59%
G=14.75%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202508700.750.570.21345.3960.3249.41
HexCA325704B39151593c31
Octal31262127011371255317461
Binary1100101011001010101110100101111100110101101011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3257; }

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

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

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

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

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

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

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

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