#C5395B

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

Shades of Old Rose #C5395B

Tints of Old Rose #C5395B

Color information

#C5395B (or 0xC5395B) is unknown color: approx Old Rose. HEX triplet: C5, 39 and 5B. RGB value is (197,57,91). Sum of RGB (Red+Green+Blue) = 197+57+91=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5395B is #3AC6A4. Grayscale: #666666. Windows color (decimal): -3851941 or 5978565. OLE color: 5978565.

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

Color convert

RGB1975791-
CMYK00.710.540.23
HSL345.43º55.12%49.8%-
HSV(B)345.43º71.07%77.25%-
XYZ26.3815.5511.51-
YUV102.74121.38195.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=57.10%
G=16.52%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197579100.710.540.23345.4355.1249.8
HexC5395B04736171593732
Octal30571133010766275316762
Binary1100010111100110110110100011111011010111101011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5395B; }

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

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

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

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

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

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

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

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