Shades of Mandy #C6434C
Tints of Mandy #C6434C
RGB
CMYK
RGB Variations
Color information
#C6434C (or 0xC6434C) is known color: Mandy. HEX triplet: C6, 43 and 4C. RGB value is (198,67,76). Sum of RGB (Red+Green+Blue) = 198+67+76=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6434C is #39BCB3. Grayscale: #6B6B6B. Windows color (decimal): -3783860 or 4998086. OLE color: 4998086.
HSL color Cylindrical-coordinate representation of color #C6434C: hue angle of 355.88º 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 #C6434C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 76 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.22 |
| HSL | 355.88º | 0.53% | 0.52% | - |
| HSV(B) | 355.88º | 0.66% | 0.78% | - |
| XYZ | 26.6 | 16.54 | 8.63 | - |
| YUV | 107.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 76 | 0 | 0.66 | 0.62 | 0.22 | 355.88 | 0.53 | 0.52 |
| Hex | C6 | 43 | 4C | 0 | 42 | 3E | 16 | 164 | 35 | 34 |
| Octal | 306 | 103 | 114 | 0 | 102 | 76 | 26 | 544 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1001100 | 0 | 1000010 | 111110 | 10110 | 101100100 | 110101 | 110100 |
Color Harmonies of #C6434C
Complementary color
Monochromatic Colors of #C6434C
Black with #C6434C
Text Example
Text Example
White with #C6434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6434C; }
p { color: rgb(198,67,76); }
H1.HeaderClassName
{
color: #C6434C;
}
.AnyTagClassName
{
color: #C6434C;
}
</style>
background-color css
<style>
a { background-color: #C6434C; }
a { background-color: rgb(198,67,76); }
div.DivClassName
{
background-color: #C6434C;
}
.BgClassName
{
background-color: #C6434C;
}
</style>
border-color css
<style>
span { border-color: #C6434C; }
span { border-color: rgb(198,67,76); }
td.TdClassName
{
border-color: #C6434C;
}
.TagClassName
{
border-color: #C6434C;
}
</style>