Html Css Color HEX #C9575F Mandy

📋 copy color: '#C9575F'

red 201 ◦ green 87 ◦ blue 95

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

Shades of Mandy #C9575F

Tints of Mandy #C9575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 52.48%
G = 22.72%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9575F (or 0xC9575F) is known color: Mandy. HEX triplet: C9, 57 and 5F. RGB value is (201,87,95). Sum of RGB (Red+Green+Blue) = 201+87+95=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9575F is #36A8A0. Grayscale: #7A7A7A. Windows color (decimal): -3582113 or 6248393. OLE color: 6248393.

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

Color convert

RGB 201 87 95 -
CMYK 0 0.57 0.53 0.21
HSL 355.79º 0.51% 0.56% -
HSV(B) 355.79º 0.57% 0.79% -
XYZ 29.56 20.06 13.14 -
YUV 122 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 201 87 95 0 0.57 0.53 0.21 355.79 0.51 0.56
Hex C9 57 5F 0 39 35 15 164 33 38
Octal 311 127 137 0 71 65 25 544 63 70
Binary 11001001 1010111 1011111 0 111001 110101 10101 101100100 110011 111000

Color Harmonies of #C9575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9575F

Black with #C9575F

Text Example


Text Example

White with #C9575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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