#C5334F

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

Shades of Old Rose #C5334F

Tints of Old Rose #C5334F

Color information

#C5334F (or 0xC5334F) is unknown color: approx Old Rose. HEX triplet: C5, 33 and 4F. RGB value is (197,51,79). Sum of RGB (Red+Green+Blue) = 197+51+79=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5334F is #3ACCB0. Grayscale: #616161. Windows color (decimal): -3853489 or 5190597. OLE color: 5190597.

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

Color convert

RGB1975179-
CMYK00.740.600.23
HSL348.49º58.87%48.63%-
HSV(B)348.49º74.11%77.25%-
XYZ25.6214.88.9-
YUV97.85117.37198.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.24%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=60.24%
G=15.60%
B=24.16%

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
Decimal197517900.740.600.23348.4958.8748.63
HexC5334F04A3C1715c3b31
Octal30563117011274275347361
Binary1100010111001110011110100101011110010111101011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5334F; }

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

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

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

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

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

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

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

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