Html Css Color HEX #C5474E Mandy

📋 copy color: '#C5474E'

red 197 ◦ green 71 ◦ blue 78

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

Shades of Mandy #C5474E

Tints of Mandy #C5474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 56.94%
G = 20.52%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5474E (or 0xC5474E) is known color: Mandy. HEX triplet: C5, 47 and 4E. RGB value is (197,71,78). Sum of RGB (Red+Green+Blue) = 197+71+78=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5474E is #3AB8B1. Grayscale: #6D6D6D. Windows color (decimal): -3848370 or 5130181. OLE color: 5130181.

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

Color convert

RGB 197 71 78 -
CMYK 0 0.64 0.60 0.23
HSL 356.67º 0.52% 0.53% -
HSV(B) 356.67º 0.64% 0.77% -
XYZ 26.65 16.93 9.07 -
YUV 109.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 197 71 78 0 0.64 0.60 0.23 356.67 0.52 0.53
Hex C5 47 4E 0 40 3C 17 165 34 35
Octal 305 107 116 0 100 74 27 545 64 65
Binary 11000101 1000111 1001110 0 1000000 111100 10111 101100101 110100 110101

Color Harmonies of #C5474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5474E

Black with #C5474E

Text Example


Text Example

White with #C5474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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