#C5295F

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

Shades of Old Rose #C5295F

Tints of Old Rose #C5295F

Color information

#C5295F (or 0xC5295F) is unknown color: approx Old Rose. HEX triplet: C5, 29 and 5F. RGB value is (197,41,95). Sum of RGB (Red+Green+Blue) = 197+41+95=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C5295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5295F is #3AD6A0. Grayscale: #5D5D5D. Windows color (decimal): -3856033 or 6236613. OLE color: 6236613.

HSL color Cylindrical-coordinate representation of color #C5295F: hue angle of 339.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5295F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB1974195-
CMYK00.790.520.23
HSL339.23º65.55%46.67%-
HSV(B)339.23º79.19%77.25%-
XYZ25.8814.2812.22-
YUV93.8128.68201.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=59.16%
G=12.31%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197419500.790.520.23339.2365.5546.67
HexC5295F04F3417153422f
Octal305511370117642752310257
Binary11000101101001101111101001111110100101111010100111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5295F; }

 p { color: rgb(197,41,95); }

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

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

 a { background-color: rgb(197,41,95); }

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

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

 span { border-color: rgb(197,41,95); }

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