Html Css Color HEX #C5484D Mandy

📋 copy color: '#C5484D'

red 197 ◦ green 72 ◦ blue 77

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

Shades of Mandy #C5484D

Tints of Mandy #C5484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 56.94%
G = 20.81%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5484D (or 0xC5484D) is known color: Mandy. HEX triplet: C5, 48 and 4D. RGB value is (197,72,77). Sum of RGB (Red+Green+Blue) = 197+72+77=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5484D is #3AB7B2. Grayscale: #6E6E6E. Windows color (decimal): -3848115 or 5064901. OLE color: 5064901.

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

Color convert

RGB 197 72 77 -
CMYK 0 0.63 0.61 0.23
HSL 357.6º 0.52% 0.53% -
HSV(B) 357.6º 0.63% 0.77% -
XYZ 26.68 17.04 8.9 -
YUV 109.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 197 72 77 0 0.63 0.61 0.23 357.6 0.52 0.53
Hex C5 48 4D 0 3F 3D 17 166 34 35
Octal 305 110 115 0 77 75 27 546 64 65
Binary 11000101 1001000 1001101 0 111111 111101 10111 101100110 110100 110101

Color Harmonies of #C5484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5484D

Black with #C5484D

Text Example


Text Example

White with #C5484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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