#ca1f57

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

Shades of Old Rose #CA1F57

Tints of Old Rose #CA1F57

Color information

#CA1F57 (or 0xCA1F57) is unknown color: approx Old Rose. HEX triplet: CA, 1F and 57. RGB value is (202,31,87). Sum of RGB (Red+Green+Blue) = 202+31+87=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F57 is #35E0A8. Grayscale: #585858. Windows color (decimal): -3530921 or 5709770. OLE color: 5709770.

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

Color convert

RGB2023187-
CMYK00.850.570.21
HSL340.35º73.39%45.69%-
HSV(B)340.35º84.65%79.22%-
XYZ26.5714.2210.36-
YUV88.51127.15208.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.12%
GREEN value IS 31 (12.5% from 255) = 9.69%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=63.12%
G=9.69%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202318700.850.570.21340.3573.3945.69
HexCA1F570553915154492e
Octal312371270125712552411156
Binary1100101011111101011101010101111001101011010101001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca1f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca1f57; }

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

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

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

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

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

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

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

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