Html Css Color HEX #C5475B Mandy

📋 copy color: '#C5475B'

red 197 ◦ green 71 ◦ blue 91

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

Shades of Mandy #C5475B

Tints of Mandy #C5475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 54.87%
G = 19.78%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5475B (or 0xC5475B) is known color: Mandy. HEX triplet: C5, 47 and 5B. RGB value is (197,71,91). Sum of RGB (Red+Green+Blue) = 197+71+91=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5475B is #3AB8A4. Grayscale: #6F6F6F. Windows color (decimal): -3848357 or 5982149. OLE color: 5982149.

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

Color convert

RGB 197 71 91 -
CMYK 0 0.64 0.54 0.23
HSL 350.48º 0.52% 0.53% -
HSV(B) 350.48º 0.64% 0.77% -
XYZ 27.17 17.13 11.77 -
YUV 110.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 197 71 91 0 0.64 0.54 0.23 350.48 0.52 0.53
Hex C5 47 5B 0 40 36 17 15E 34 35
Octal 305 107 133 0 100 66 27 536 64 65
Binary 11000101 1000111 1011011 0 1000000 110110 10111 101011110 110100 110101

Color Harmonies of #C5475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5475B

Black with #C5475B

Text Example


Text Example

White with #C5475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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