Html Css Color HEX #C5494F Mandy

📋 copy color: '#C5494F'

red 197 ◦ green 73 ◦ blue 79

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

Shades of Mandy #C5494F

Tints of Mandy #C5494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

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

R = 56.45%
G = 20.92%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5494F (or 0xC5494F) is known color: Mandy. HEX triplet: C5, 49 and 4F. RGB value is (197,73,79). Sum of RGB (Red+Green+Blue) = 197+73+79=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C5494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5494F is #3AB6B0. Grayscale: #6E6E6E. Windows color (decimal): -3847857 or 5196229. OLE color: 5196229.

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

Color convert

RGB 197 73 79 -
CMYK 0 0.63 0.60 0.23
HSL 357.1º 0.52% 0.53% -
HSV(B) 357.1º 0.63% 0.77% -
XYZ 26.82 17.2 9.3 -
YUV 110.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 197 73 79 0 0.63 0.60 0.23 357.1 0.52 0.53
Hex C5 49 4F 0 3F 3C 17 165 34 35
Octal 305 111 117 0 77 74 27 545 64 65
Binary 11000101 1001001 1001111 0 111111 111100 10111 101100101 110100 110101

Color Harmonies of #C5494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5494F

Black with #C5494F

Text Example


Text Example

White with #C5494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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