#C5295A

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

Shades of Old Rose #C5295A

Tints of Old Rose #C5295A

Color information

#C5295A (or 0xC5295A) is unknown color: approx Old Rose. HEX triplet: C5, 29 and 5A. RGB value is (197,41,90). Sum of RGB (Red+Green+Blue) = 197+41+90=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5295A is #3AD6A5. Grayscale: #5D5D5D. Windows color (decimal): -3856038 or 5908933. OLE color: 5908933.

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

Color convert

RGB1974190-
CMYK00.790.540.23
HSL341.15º65.55%46.67%-
HSV(B)341.15º79.19%77.25%-
XYZ25.6614.1911.06-
YUV93.23126.18202.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=60.06%
G=12.5%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197419000.790.540.23341.1565.5546.67
HexC5295A04F3617155422f
Octal305511320117662752510257
Binary11000101101001101101001001111110110101111010101011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5295A; }

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

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

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

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

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

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

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

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