Shades of Mandy #C6445A
Tints of Mandy #C6445A
RGB
CMYK
RGB Variations
Color information
#C6445A (or 0xC6445A) is known color: Mandy. HEX triplet: C6, 44 and 5A. RGB value is (198,68,90). Sum of RGB (Red+Green+Blue) = 198+68+90=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6445A is #39BBA5. Grayscale: #6D6D6D. Windows color (decimal): -3783590 or 5915846. OLE color: 5915846.
HSL color Cylindrical-coordinate representation of color #C6445A: hue angle of 349.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6445A is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 90 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.22 |
| HSL | 349.85º | 0.53% | 0.52% | - |
| HSV(B) | 349.85º | 0.66% | 0.78% | - |
| XYZ | 27.2 | 16.88 | 11.5 | - |
| YUV | 109.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 90 | 0 | 0.66 | 0.55 | 0.22 | 349.85 | 0.53 | 0.52 |
| Hex | C6 | 44 | 5A | 0 | 42 | 37 | 16 | 15E | 35 | 34 |
| Octal | 306 | 104 | 132 | 0 | 102 | 67 | 26 | 536 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1011010 | 0 | 1000010 | 110111 | 10110 | 101011110 | 110101 | 110100 |
Color Harmonies of #C6445A
Complementary color
Monochromatic Colors of #C6445A
Black with #C6445A
Text Example
Text Example
White with #C6445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6445A; }
p { color: rgb(198,68,90); }
H1.HeaderClassName
{
color: #C6445A;
}
.AnyTagClassName
{
color: #C6445A;
}
</style>
background-color css
<style>
a { background-color: #C6445A; }
a { background-color: rgb(198,68,90); }
div.DivClassName
{
background-color: #C6445A;
}
.BgClassName
{
background-color: #C6445A;
}
</style>
border-color css
<style>
span { border-color: #C6445A; }
span { border-color: rgb(198,68,90); }
td.TdClassName
{
border-color: #C6445A;
}
.TagClassName
{
border-color: #C6445A;
}
</style>