Html Css Color HEX #C5484E Mandy

📋 copy color: '#C5484E'

red 197 ◦ green 72 ◦ blue 78

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

Shades of Mandy #C5484E

Tints of Mandy #C5484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 56.77%
G = 20.75%
B = 22.48%

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

#C5484E (or 0xC5484E) is known color: Mandy. HEX triplet: C5, 48 and 4E. RGB value is (197,72,78). Sum of RGB (Red+Green+Blue) = 197+72+78=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5484E is #3AB7B1. Grayscale: #6E6E6E. Windows color (decimal): -3848114 or 5130437. OLE color: 5130437.

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

Color convert

RGB 197 72 78 -
CMYK 0 0.63 0.60 0.23
HSL 357.12º 0.52% 0.53% -
HSV(B) 357.12º 0.63% 0.77% -
XYZ 26.72 17.06 9.09 -
YUV 110.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 197 72 78 0 0.63 0.60 0.23 357.12 0.52 0.53
Hex C5 48 4E 0 3F 3C 17 165 34 35
Octal 305 110 116 0 77 74 27 545 64 65
Binary 11000101 1001000 1001110 0 111111 111100 10111 101100101 110100 110101

Color Harmonies of #C5484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5484E

Black with #C5484E

Text Example


Text Example

White with #C5484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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