Html Css Color HEX #C9515C Mandy

📋 copy color: '#C9515C'

red 201 ◦ green 81 ◦ blue 92

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

Shades of Mandy #C9515C

Tints of Mandy #C9515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

 BLUE value IS 92 (36.33% from 255) = 24.6%

R = 53.74%
G = 21.66%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9515C (or 0xC9515C) is known color: Mandy. HEX triplet: C9, 51 and 5C. RGB value is (201,81,92). Sum of RGB (Red+Green+Blue) = 201+81+92=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9515C is #36AEA3. Grayscale: #767676. Windows color (decimal): -3583652 or 6050249. OLE color: 6050249.

HSL color Cylindrical-coordinate representation of color #C9515C: hue angle of 354.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9515C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 92 -
CMYK 0 0.60 0.54 0.21
HSL 354.5º 0.53% 0.55% -
HSV(B) 354.5º 0.6% 0.79% -
XYZ 28.96 19.08 12.28 -
YUV 118.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 201 81 92 0 0.60 0.54 0.21 354.5 0.53 0.55
Hex C9 51 5C 0 3C 36 15 162 35 37
Octal 311 121 134 0 74 66 25 542 65 67
Binary 11001001 1010001 1011100 0 111100 110110 10101 101100010 110101 110111

Color Harmonies of #C9515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9515C

Black with #C9515C

Text Example


Text Example

White with #C9515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9515C; }

 p { color: rgb(201,81,92); }

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

background-color css

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

 a { background-color: rgb(201,81,92); }

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

border-color css

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

 span { border-color: rgb(201,81,92); }

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