Html Css Color HEX #C5475E Mandy

📋 copy color: '#C5475E'

red 197 ◦ green 71 ◦ blue 94

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

Shades of Mandy #C5475E

Tints of Mandy #C5475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 54.42%
G = 19.61%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5475E (or 0xC5475E) is known color: Mandy. HEX triplet: C5, 47 and 5E. RGB value is (197,71,94). Sum of RGB (Red+Green+Blue) = 197+71+94=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5475E is #3AB8A1. Grayscale: #6F6F6F. Windows color (decimal): -3848354 or 6178757. OLE color: 6178757.

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

Color convert

RGB 197 71 94 -
CMYK 0 0.64 0.52 0.23
HSL 349.05º 0.52% 0.53% -
HSV(B) 349.05º 0.64% 0.77% -
XYZ 27.3 17.18 12.47 -
YUV 111.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 197 71 94 0 0.64 0.52 0.23 349.05 0.52 0.53
Hex C5 47 5E 0 40 34 17 15D 34 35
Octal 305 107 136 0 100 64 27 535 64 65
Binary 11000101 1000111 1011110 0 1000000 110100 10111 101011101 110100 110101

Color Harmonies of #C5475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5475E

Black with #C5475E

Text Example


Text Example

White with #C5475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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