Html Css Color HEX #C5575D Mandy

📋 copy color: '#C5575D'

red 197 ◦ green 87 ◦ blue 93

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

Shades of Mandy #C5575D

Tints of Mandy #C5575D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 52.25%
G = 23.08%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5575D (or 0xC5575D) is known color: Mandy. HEX triplet: C5, 57 and 5D. RGB value is (197,87,93). Sum of RGB (Red+Green+Blue) = 197+87+93=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5575D is #3AA8A2. Grayscale: #787878. Windows color (decimal): -3844259 or 6117317. OLE color: 6117317.

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

Color convert

RGB 197 87 93 -
CMYK 0 0.56 0.53 0.23
HSL 356.73º 0.49% 0.56% -
HSV(B) 356.73º 0.56% 0.77% -
XYZ 28.41 19.48 12.62 -
YUV 120.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 197 87 93 0 0.56 0.53 0.23 356.73 0.49 0.56
Hex C5 57 5D 0 38 35 17 165 31 38
Octal 305 127 135 0 70 65 27 545 61 70
Binary 11000101 1010111 1011101 0 111000 110101 10111 101100101 110001 111000

Color Harmonies of #C5575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5575D

Black with #C5575D

Text Example


Text Example

White with #C5575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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