Shades of Mandy #C9455C
Tints of Mandy #C9455C
RGB
CMYK
RGB Variations
Color information
#C9455C (or 0xC9455C) is known color: Mandy. HEX triplet: C9, 45 and 5C. RGB value is (201,69,92). Sum of RGB (Red+Green+Blue) = 201+69+92=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9455C is #36BAA3. Grayscale: #6F6F6F. Windows color (decimal): -3586724 or 6047177. OLE color: 6047177.
HSL color Cylindrical-coordinate representation of color #C9455C: hue angle of 349.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9455C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 92 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.21 |
| HSL | 349.55º | 0.55% | 0.53% | - |
| HSV(B) | 349.55º | 0.66% | 0.79% | - |
| XYZ | 28.15 | 17.45 | 12.01 | - |
| YUV | 111.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 92 | 0 | 0.66 | 0.54 | 0.21 | 349.55 | 0.55 | 0.53 |
| Hex | C9 | 45 | 5C | 0 | 42 | 36 | 15 | 15E | 37 | 35 |
| Octal | 311 | 105 | 134 | 0 | 102 | 66 | 25 | 536 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1011100 | 0 | 1000010 | 110110 | 10101 | 101011110 | 110111 | 110101 |
Color Harmonies of #C9455C
Complementary color
Monochromatic Colors of #C9455C
Black with #C9455C
Text Example
Text Example
White with #C9455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9455C; }
p { color: rgb(201,69,92); }
H1.HeaderClassName
{
color: #C9455C;
}
.AnyTagClassName
{
color: #C9455C;
}
</style>
background-color css
<style>
a { background-color: #C9455C; }
a { background-color: rgb(201,69,92); }
div.DivClassName
{
background-color: #C9455C;
}
.BgClassName
{
background-color: #C9455C;
}
</style>
border-color css
<style>
span { border-color: #C9455C; }
span { border-color: rgb(201,69,92); }
td.TdClassName
{
border-color: #C9455C;
}
.TagClassName
{
border-color: #C9455C;
}
</style>