Html Css Color HEX #C9575D Mandy

📋 copy color: '#C9575D'

red 201 ◦ green 87 ◦ blue 93

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

Shades of Mandy #C9575D

Tints of Mandy #C9575D

RGB

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

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

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

R = 52.76%
G = 22.83%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9575D (or 0xC9575D) is known color: Mandy. HEX triplet: C9, 57 and 5D. RGB value is (201,87,93). Sum of RGB (Red+Green+Blue) = 201+87+93=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9575D is #36A8A2. Grayscale: #797979. Windows color (decimal): -3582115 or 6117321. OLE color: 6117321.

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

Color convert

RGB 201 87 93 -
CMYK 0 0.57 0.54 0.21
HSL 356.84º 0.51% 0.56% -
HSV(B) 356.84º 0.57% 0.79% -
XYZ 29.47 20.02 12.67 -
YUV 121.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 201 87 93 0 0.57 0.54 0.21 356.84 0.51 0.56
Hex C9 57 5D 0 39 36 15 165 33 38
Octal 311 127 135 0 71 66 25 545 63 70
Binary 11001001 1010111 1011101 0 111001 110110 10101 101100101 110011 111000

Color Harmonies of #C9575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9575D

Black with #C9575D

Text Example


Text Example

White with #C9575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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