#C5364F

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

Shades of Old Rose #C5364F

Tints of Old Rose #C5364F

Color information

#C5364F (or 0xC5364F) is unknown color: approx Old Rose. HEX triplet: C5, 36 and 4F. RGB value is (197,54,79). Sum of RGB (Red+Green+Blue) = 197+54+79=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5364F is #3AC9B0. Grayscale: #636363. Windows color (decimal): -3852721 or 5191365. OLE color: 5191365.

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

Color convert

RGB1975479-
CMYK00.730.600.23
HSL349.51º56.97%49.22%-
HSV(B)349.51º72.59%77.25%-
XYZ25.7615.078.95-
YUV99.61116.38197.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=59.70%
G=16.36%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197547900.730.600.23349.5156.9749.22
HexC5364F0493C1715e3931
Octal30566117011174275367161
Binary1100010111011010011110100100111110010111101011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5364F; }

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

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

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

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

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

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

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

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