Html Css Color HEX #C5484C Mandy

📋 copy color: '#C5484C'

red 197 ◦ green 72 ◦ blue 76

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

Shades of Mandy #C5484C

Tints of Mandy #C5484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 57.1%
G = 20.87%
B = 22.03%

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

#C5484C (or 0xC5484C) is known color: Mandy. HEX triplet: C5, 48 and 4C. RGB value is (197,72,76). Sum of RGB (Red+Green+Blue) = 197+72+76=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5484C is #3AB7B3. Grayscale: #6D6D6D. Windows color (decimal): -3848116 or 4999365. OLE color: 4999365.

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

Color convert

RGB 197 72 76 -
CMYK 0 0.63 0.61 0.23
HSL 358.08º 0.52% 0.53% -
HSV(B) 358.08º 0.63% 0.77% -
XYZ 26.65 17.03 8.72 -
YUV 109.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 197 72 76 0 0.63 0.61 0.23 358.08 0.52 0.53
Hex C5 48 4C 0 3F 3D 17 166 34 35
Octal 305 110 114 0 77 75 27 546 64 65
Binary 11000101 1001000 1001100 0 111111 111101 10111 101100110 110100 110101

Color Harmonies of #C5484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5484C

Black with #C5484C

Text Example


Text Example

White with #C5484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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