#C5334E

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

Shades of Old Rose #C5334E

Tints of Old Rose #C5334E

Color information

#C5334E (or 0xC5334E) is unknown color: approx Old Rose. HEX triplet: C5, 33 and 4E. RGB value is (197,51,78). Sum of RGB (Red+Green+Blue) = 197+51+78=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5334E is #3ACCB1. Grayscale: #616161. Windows color (decimal): -3853490 or 5125061. OLE color: 5125061.

HSL color Cylindrical-coordinate representation of color #C5334E: hue angle of 348.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5334E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1975178-
CMYK00.740.600.23
HSL348.9º58.87%48.63%-
HSV(B)348.9º74.11%77.25%-
XYZ25.5814.798.71-
YUV97.73116.87198.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.43%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=60.43%
G=15.64%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197517800.740.600.23348.958.8748.63
HexC5334E04A3C1715d3b31
Octal30563116011274275357361
Binary1100010111001110011100100101011110010111101011101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5334E; }

 p { color: rgb(197,51,78); }

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

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

 a { background-color: rgb(197,51,78); }

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

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

 span { border-color: rgb(197,51,78); }

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