Shades of Mandy #C6454B
Tints of Mandy #C6454B
RGB
CMYK
RGB Variations
Color information
#C6454B (or 0xC6454B) is known color: Mandy. HEX triplet: C6, 45 and 4B. RGB value is (198,69,75). Sum of RGB (Red+Green+Blue) = 198+69+75=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6454B is #39BAB4. Grayscale: #6C6C6C. Windows color (decimal): -3783349 or 4933062. OLE color: 4933062.
HSL color Cylindrical-coordinate representation of color #C6454B: hue angle of 357.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6454B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 75 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.22 |
| HSL | 357.21º | 0.53% | 0.52% | - |
| HSV(B) | 357.21º | 0.65% | 0.78% | - |
| XYZ | 26.69 | 16.77 | 8.49 | - |
| YUV | 108.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 75 | 0 | 0.65 | 0.62 | 0.22 | 357.21 | 0.53 | 0.52 |
| Hex | C6 | 45 | 4B | 0 | 41 | 3E | 16 | 165 | 35 | 34 |
| Octal | 306 | 105 | 113 | 0 | 101 | 76 | 26 | 545 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1001011 | 0 | 1000001 | 111110 | 10110 | 101100101 | 110101 | 110100 |
Color Harmonies of #C6454B
Complementary color
Monochromatic Colors of #C6454B
Black with #C6454B
Text Example
Text Example
White with #C6454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6454B; }
p { color: rgb(198,69,75); }
H1.HeaderClassName
{
color: #C6454B;
}
.AnyTagClassName
{
color: #C6454B;
}
</style>
background-color css
<style>
a { background-color: #C6454B; }
a { background-color: rgb(198,69,75); }
div.DivClassName
{
background-color: #C6454B;
}
.BgClassName
{
background-color: #C6454B;
}
</style>
border-color css
<style>
span { border-color: #C6454B; }
span { border-color: rgb(198,69,75); }
td.TdClassName
{
border-color: #C6454B;
}
.TagClassName
{
border-color: #C6454B;
}
</style>