Shades of Mandy #C9434B
Tints of Mandy #C9434B
RGB
CMYK
RGB Variations
Color information
#C9434B (or 0xC9434B) is known color: Mandy. HEX triplet: C9, 43 and 4B. RGB value is (201,67,75). Sum of RGB (Red+Green+Blue) = 201+67+75=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9434B is #36BCB4. Grayscale: #6C6C6C. Windows color (decimal): -3587253 or 4932553. OLE color: 4932553.
HSL color Cylindrical-coordinate representation of color #C9434B: hue angle of 356.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9434B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 75 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.21 |
| HSL | 356.42º | 0.55% | 0.53% | - |
| HSV(B) | 356.42º | 0.67% | 0.79% | - |
| XYZ | 27.36 | 16.94 | 8.48 | - |
| YUV | 107.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 75 | 0 | 0.67 | 0.63 | 0.21 | 356.42 | 0.55 | 0.53 |
| Hex | C9 | 43 | 4B | 0 | 43 | 3F | 15 | 164 | 37 | 35 |
| Octal | 311 | 103 | 113 | 0 | 103 | 77 | 25 | 544 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1001011 | 0 | 1000011 | 111111 | 10101 | 101100100 | 110111 | 110101 |
Color Harmonies of #C9434B
Complementary color
Monochromatic Colors of #C9434B
Black with #C9434B
Text Example
Text Example
White with #C9434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9434B; }
p { color: rgb(201,67,75); }
H1.HeaderClassName
{
color: #C9434B;
}
.AnyTagClassName
{
color: #C9434B;
}
</style>
background-color css
<style>
a { background-color: #C9434B; }
a { background-color: rgb(201,67,75); }
div.DivClassName
{
background-color: #C9434B;
}
.BgClassName
{
background-color: #C9434B;
}
</style>
border-color css
<style>
span { border-color: #C9434B; }
span { border-color: rgb(201,67,75); }
td.TdClassName
{
border-color: #C9434B;
}
.TagClassName
{
border-color: #C9434B;
}
</style>