Html Css Color HEX #C9585F Mandy

📋 copy color: '#C9585F'

red 201 ◦ green 88 ◦ blue 95

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

Shades of Mandy #C9585F

Tints of Mandy #C9585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.92%

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

R = 52.34%
G = 22.92%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9585F (or 0xC9585F) is known color: Mandy. HEX triplet: C9, 58 and 5F. RGB value is (201,88,95). Sum of RGB (Red+Green+Blue) = 201+88+95=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9585F is #36A7A0. Grayscale: #7A7A7A. Windows color (decimal): -3581857 or 6248649. OLE color: 6248649.

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

Color convert

RGB 201 88 95 -
CMYK 0 0.56 0.53 0.21
HSL 356.28º 0.51% 0.57% -
HSV(B) 356.28º 0.56% 0.79% -
XYZ 29.64 20.22 13.17 -
YUV 122.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 201 88 95 0 0.56 0.53 0.21 356.28 0.51 0.57
Hex C9 58 5F 0 38 35 15 164 33 39
Octal 311 130 137 0 70 65 25 544 63 71
Binary 11001001 1011000 1011111 0 111000 110101 10101 101100100 110011 111001

Color Harmonies of #C9585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9585F

Black with #C9585F

Text Example


Text Example

White with #C9585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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