#CA1C51

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

Shades of Old Rose #CA1C51

Tints of Old Rose #CA1C51

Color information

#CA1C51 (or 0xCA1C51) is unknown color: approx Old Rose. HEX triplet: CA, 1C and 51. RGB value is (202,28,81). Sum of RGB (Red+Green+Blue) = 202+28+81=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C51 is #35E3AE. Grayscale: #565656. Windows color (decimal): -3531695 or 5315786. OLE color: 5315786.

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

Color convert

RGB2022881-
CMYK00.860.600.21
HSL341.72º75.65%45.1%-
HSV(B)341.72º86.14%79.22%-
XYZ26.2613.989.1-
YUV86.07125.15210.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.95%
GREEN value IS 28 (11.33% from 255) = 9.00%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=64.95%
G=9.00%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202288100.860.600.21341.7275.6545.1
HexCA1C510563C151564c2d
Octal312341210126742552611455
Binary1100101011100101000101010110111100101011010101101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1C51; }

 p { color: rgb(202,28,81); }

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

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

 a { background-color: rgb(202,28,81); }

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

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

 span { border-color: rgb(202,28,81); }

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