#C5395D

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

Shades of Old Rose #C5395D

Tints of Old Rose #C5395D

Color information

#C5395D (or 0xC5395D) is unknown color: approx Old Rose. HEX triplet: C5, 39 and 5D. RGB value is (197,57,93). Sum of RGB (Red+Green+Blue) = 197+57+93=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5395D is #3AC6A2. Grayscale: #666666. Windows color (decimal): -3851939 or 6109637. OLE color: 6109637.

HSL color Cylindrical-coordinate representation of color #C5395D: hue angle of 344.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5395D is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1975793-
CMYK00.710.530.23
HSL344.57º55.12%49.8%-
HSV(B)344.57º71.07%77.25%-
XYZ26.4615.5911.97-
YUV102.96122.38195.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=56.77%
G=16.43%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197579300.710.530.23344.5755.1249.8
HexC5395D04735171593732
Octal30571135010765275316762
Binary1100010111100110111010100011111010110111101011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5395D; }

 p { color: rgb(197,57,93); }

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

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

 a { background-color: rgb(197,57,93); }

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

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

 span { border-color: rgb(197,57,93); }

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