Shades of Mandy #C9454B
Tints of Mandy #C9454B
RGB
CMYK
RGB Variations
Color information
#C9454B (or 0xC9454B) is known color: Mandy. HEX triplet: C9, 45 and 4B. RGB value is (201,69,75). Sum of RGB (Red+Green+Blue) = 201+69+75=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9454B is #36BAB4. Grayscale: #6D6D6D. Windows color (decimal): -3586741 or 4933065. OLE color: 4933065.
HSL color Cylindrical-coordinate representation of color #C9454B: hue angle of 357.27º 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 #C9454B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 75 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.21 |
| HSL | 357.27º | 0.55% | 0.53% | - |
| HSV(B) | 357.27º | 0.66% | 0.79% | - |
| XYZ | 27.49 | 17.18 | 8.52 | - |
| YUV | 109.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 75 | 0 | 0.66 | 0.63 | 0.21 | 357.27 | 0.55 | 0.53 |
| Hex | C9 | 45 | 4B | 0 | 42 | 3F | 15 | 165 | 37 | 35 |
| Octal | 311 | 105 | 113 | 0 | 102 | 77 | 25 | 545 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1001011 | 0 | 1000010 | 111111 | 10101 | 101100101 | 110111 | 110101 |
Color Harmonies of #C9454B
Complementary color
Monochromatic Colors of #C9454B
Black with #C9454B
Text Example
Text Example
White with #C9454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9454B; }
p { color: rgb(201,69,75); }
H1.HeaderClassName
{
color: #C9454B;
}
.AnyTagClassName
{
color: #C9454B;
}
</style>
background-color css
<style>
a { background-color: #C9454B; }
a { background-color: rgb(201,69,75); }
div.DivClassName
{
background-color: #C9454B;
}
.BgClassName
{
background-color: #C9454B;
}
</style>
border-color css
<style>
span { border-color: #C9454B; }
span { border-color: rgb(201,69,75); }
td.TdClassName
{
border-color: #C9454B;
}
.TagClassName
{
border-color: #C9454B;
}
</style>