#C53451

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

Shades of Old Rose #C53451

Tints of Old Rose #C53451

Color information

#C53451 (or 0xC53451) is unknown color: approx Old Rose. HEX triplet: C5, 34 and 51. RGB value is (197,52,81). Sum of RGB (Red+Green+Blue) = 197+52+81=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C53451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53451 is #3ACBAE. Grayscale: #626262. Windows color (decimal): -3853231 or 5321925. OLE color: 5321925.

HSL color Cylindrical-coordinate representation of color #C53451: hue angle of 348º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53451 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB1975281-
CMYK00.740.590.23
HSL348º58.23%48.82%-
HSV(B)348º73.6%77.25%-
XYZ25.7414.929.31-
YUV98.66118.04198.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=59.70%
G=15.76%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197528100.740.590.2334858.2348.82
HexC5345104A3B1715c3a31
Octal30564121011273275347261
Binary1100010111010010100010100101011101110111101011100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53451; }

 p { color: rgb(197,52,81); }

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

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

 a { background-color: rgb(197,52,81); }

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

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

 span { border-color: rgb(197,52,81); }

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