Html Css Color HEX #C5575E Mandy

📋 copy color: '#C5575E'

red 197 ◦ green 87 ◦ blue 94

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

Shades of Mandy #C5575E

Tints of Mandy #C5575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

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

R = 52.12%
G = 23.02%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5575E (or 0xC5575E) is known color: Mandy. HEX triplet: C5, 57 and 5E. RGB value is (197,87,94). Sum of RGB (Red+Green+Blue) = 197+87+94=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5575E is #3AA8A1. Grayscale: #787878. Windows color (decimal): -3844258 or 6182853. OLE color: 6182853.

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

Color convert

RGB 197 87 94 -
CMYK 0 0.56 0.52 0.23
HSL 356.18º 0.49% 0.56% -
HSV(B) 356.18º 0.56% 0.77% -
XYZ 28.45 19.49 12.85 -
YUV 120.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 197 87 94 0 0.56 0.52 0.23 356.18 0.49 0.56
Hex C5 57 5E 0 38 34 17 164 31 38
Octal 305 127 136 0 70 64 27 544 61 70
Binary 11000101 1010111 1011110 0 111000 110100 10111 101100100 110001 111000

Color Harmonies of #C5575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5575E

Black with #C5575E

Text Example


Text Example

White with #C5575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5575E; }

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

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

background-color css

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

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

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

border-color css

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

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

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