Html Css Color HEX #C5394F Old Rose

📋 copy color: '#C5394F'

red 197 ◦ green 57 ◦ blue 79

#C5394F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C5394F

Tints of Old Rose #C5394F

RGB

 RED value IS 197 (77.34% from 255) = 59.16%

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 79 (31.25% from 255) = 23.72%

R = 59.16%
G = 17.12%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5394F (or 0xC5394F) is known color: Old Rose. HEX triplet: C5, 39 and 4F. RGB value is (197,57,79). Sum of RGB (Red+Green+Blue) = 197+57+79=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C5394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5394F is #3AC6B0. Grayscale: #656565. Windows color (decimal): -3851953 or 5192133. OLE color: 5192133.

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

Color convert

RGB 197 57 79 -
CMYK 0 0.71 0.60 0.23
HSL 350.57º 0.55% 0.5% -
HSV(B) 350.57º 0.71% 0.77% -
XYZ 25.9 15.36 9 -
YUV 101.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 197 57 79 0 0.71 0.60 0.23 350.57 0.55 0.5
Hex C5 39 4F 0 47 3C 17 15F 37 32
Octal 305 71 117 0 107 74 27 537 67 62
Binary 11000101 111001 1001111 0 1000111 111100 10111 101011111 110111 110010

Color Harmonies of #C5394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5394F

Black with #C5394F

Text Example


Text Example

White with #C5394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5394F; }

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

 H1.HeaderClassName
 {
   color: #C5394F;
 }
 .AnyTagClassName
 {
   color: #C5394F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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