Shades of Mandy #C5434B
Tints of Mandy #C5434B
RGB
CMYK
RGB Variations
Color information
#C5434B (or 0xC5434B) is known color: Mandy. HEX triplet: C5, 43 and 4B. RGB value is (197,67,75). Sum of RGB (Red+Green+Blue) = 197+67+75=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5434B is #3ABCB4. Grayscale: #6A6A6A. Windows color (decimal): -3849397 or 4932549. OLE color: 4932549.
HSL color Cylindrical-coordinate representation of color #C5434B: hue angle of 356.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5434B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 75 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.23 |
| HSL | 356.31º | 0.53% | 0.52% | - |
| HSV(B) | 356.31º | 0.66% | 0.77% | - |
| XYZ | 26.3 | 16.39 | 8.43 | - |
| YUV | 106.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 75 | 0 | 0.66 | 0.62 | 0.23 | 356.31 | 0.53 | 0.52 |
| Hex | C5 | 43 | 4B | 0 | 42 | 3E | 17 | 164 | 35 | 34 |
| Octal | 305 | 103 | 113 | 0 | 102 | 76 | 27 | 544 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1001011 | 0 | 1000010 | 111110 | 10111 | 101100100 | 110101 | 110100 |
Color Harmonies of #C5434B
Complementary color
Monochromatic Colors of #C5434B
Black with #C5434B
Text Example
Text Example
White with #C5434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5434B; }
p { color: rgb(197,67,75); }
H1.HeaderClassName
{
color: #C5434B;
}
.AnyTagClassName
{
color: #C5434B;
}
</style>
background-color css
<style>
a { background-color: #C5434B; }
a { background-color: rgb(197,67,75); }
div.DivClassName
{
background-color: #C5434B;
}
.BgClassName
{
background-color: #C5434B;
}
</style>
border-color css
<style>
span { border-color: #C5434B; }
span { border-color: rgb(197,67,75); }
td.TdClassName
{
border-color: #C5434B;
}
.TagClassName
{
border-color: #C5434B;
}
</style>