Html Css Color HEX #C5575A Mandy

📋 copy color: '#C5575A'

red 197 ◦ green 87 ◦ blue 90

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

Shades of Mandy #C5575A

Tints of Mandy #C5575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 52.67%
G = 23.26%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5575A (or 0xC5575A) is known color: Mandy. HEX triplet: C5, 57 and 5A. RGB value is (197,87,90). Sum of RGB (Red+Green+Blue) = 197+87+90=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5575A is #3AA8A5. Grayscale: #787878. Windows color (decimal): -3844262 or 5920709. OLE color: 5920709.

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

Color convert

RGB 197 87 90 -
CMYK 0 0.56 0.54 0.23
HSL 358.36º 0.49% 0.56% -
HSV(B) 358.36º 0.56% 0.77% -
XYZ 28.28 19.42 11.93 -
YUV 120.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 197 87 90 0 0.56 0.54 0.23 358.36 0.49 0.56
Hex C5 57 5A 0 38 36 17 166 31 38
Octal 305 127 132 0 70 66 27 546 61 70
Binary 11000101 1010111 1011010 0 111000 110110 10111 101100110 110001 111000

Color Harmonies of #C5575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5575A

Black with #C5575A

Text Example


Text Example

White with #C5575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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