Html Css Color HEX #C5484F Mandy

📋 copy color: '#C5484F'

red 197 ◦ green 72 ◦ blue 79

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

Shades of Mandy #C5484F

Tints of Mandy #C5484F

RGB

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

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

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

R = 56.61%
G = 20.69%
B = 22.7%

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

#C5484F (or 0xC5484F) is known color: Mandy. HEX triplet: C5, 48 and 4F. RGB value is (197,72,79). Sum of RGB (Red+Green+Blue) = 197+72+79=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5484F is #3AB7B0. Grayscale: #6E6E6E. Windows color (decimal): -3848113 or 5195973. OLE color: 5195973.

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

Color convert

RGB 197 72 79 -
CMYK 0 0.63 0.60 0.23
HSL 356.64º 0.52% 0.53% -
HSV(B) 356.64º 0.63% 0.77% -
XYZ 26.75 17.07 9.28 -
YUV 110.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 197 72 79 0 0.63 0.60 0.23 356.64 0.52 0.53
Hex C5 48 4F 0 3F 3C 17 165 34 35
Octal 305 110 117 0 77 74 27 545 64 65
Binary 11000101 1001000 1001111 0 111111 111100 10111 101100101 110100 110101

Color Harmonies of #C5484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5484F

Black with #C5484F

Text Example


Text Example

White with #C5484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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