#C5395C

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

Shades of Old Rose #C5395C

Tints of Old Rose #C5395C

Color information

#C5395C (or 0xC5395C) is unknown color: approx Old Rose. HEX triplet: C5, 39 and 5C. RGB value is (197,57,92). Sum of RGB (Red+Green+Blue) = 197+57+92=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5395C is #3AC6A3. Grayscale: #666666. Windows color (decimal): -3851940 or 6044101. OLE color: 6044101.

HSL color Cylindrical-coordinate representation of color #C5395C: hue angle of 345º 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 #C5395C is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1975792-
CMYK00.710.530.23
HSL345º55.12%49.8%-
HSV(B)345º71.07%77.25%-
XYZ26.4215.5711.74-
YUV102.85121.88195.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=56.94%
G=16.47%
B=26.59%

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
Decimal197579200.710.530.2334555.1249.8
HexC5395C04735171593732
Octal30571134010765275316762
Binary1100010111100110111000100011111010110111101011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5395C; }

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

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

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

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

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

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

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

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