Html Css Color HEX #C9575B Mandy

📋 copy color: '#C9575B'

red 201 ◦ green 87 ◦ blue 91

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

Shades of Mandy #C9575B

Tints of Mandy #C9575B

RGB

 RED value IS 201 (78.91% from 255) = 53.03%

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

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

R = 53.03%
G = 22.96%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9575B (or 0xC9575B) is known color: Mandy. HEX triplet: C9, 57 and 5B. RGB value is (201,87,91). Sum of RGB (Red+Green+Blue) = 201+87+91=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9575B is #36A8A4. Grayscale: #797979. Windows color (decimal): -3582117 or 5986249. OLE color: 5986249.

HSL color Cylindrical-coordinate representation of color #C9575B: hue angle of 357.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9575B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 91 -
CMYK 0 0.57 0.55 0.21
HSL 357.89º 0.51% 0.56% -
HSV(B) 357.89º 0.57% 0.79% -
XYZ 29.38 19.99 12.21 -
YUV 121.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 201 87 91 0 0.57 0.55 0.21 357.89 0.51 0.56
Hex C9 57 5B 0 39 37 15 166 33 38
Octal 311 127 133 0 71 67 25 546 63 70
Binary 11001001 1010111 1011011 0 111001 110111 10101 101100110 110011 111000

Color Harmonies of #C9575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9575B

Black with #C9575B

Text Example


Text Example

White with #C9575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9575B; }

 p { color: rgb(201,87,91); }

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

background-color css

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

 a { background-color: rgb(201,87,91); }

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

border-color css

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

 span { border-color: rgb(201,87,91); }

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