Html Css Color HEX #C9585E Mandy

📋 copy color: '#C9585E'

red 201 ◦ green 88 ◦ blue 94

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

Shades of Mandy #C9585E

Tints of Mandy #C9585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 52.48%
G = 22.98%
B = 24.54%

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

#C9585E (or 0xC9585E) is known color: Mandy. HEX triplet: C9, 58 and 5E. RGB value is (201,88,94). Sum of RGB (Red+Green+Blue) = 201+88+94=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9585E is #36A7A1. Grayscale: #7A7A7A. Windows color (decimal): -3581858 or 6183113. OLE color: 6183113.

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

Color convert

RGB 201 88 94 -
CMYK 0 0.56 0.53 0.21
HSL 356.81º 0.51% 0.57% -
HSV(B) 356.81º 0.56% 0.79% -
XYZ 29.6 20.21 12.93 -
YUV 122.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 201 88 94 0 0.56 0.53 0.21 356.81 0.51 0.57
Hex C9 58 5E 0 38 35 15 165 33 39
Octal 311 130 136 0 70 65 25 545 63 71
Binary 11001001 1011000 1011110 0 111000 110101 10101 101100101 110011 111001

Color Harmonies of #C9585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9585E

Black with #C9585E

Text Example


Text Example

White with #C9585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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