Shades of Mandy #C6434A
Tints of Mandy #C6434A
RGB
CMYK
RGB Variations
Color information
#C6434A (or 0xC6434A) is known color: Mandy. HEX triplet: C6, 43 and 4A. RGB value is (198,67,74). Sum of RGB (Red+Green+Blue) = 198+67+74=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6434A is #39BCB5. Grayscale: #6B6B6B. Windows color (decimal): -3783862 or 4867014. OLE color: 4867014.
HSL color Cylindrical-coordinate representation of color #C6434A: hue angle of 356.79º 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 #C6434A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 74 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.22 |
| HSL | 356.79º | 0.53% | 0.52% | - |
| HSV(B) | 356.79º | 0.66% | 0.78% | - |
| XYZ | 26.53 | 16.51 | 8.27 | - |
| YUV | 106.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 74 | 0 | 0.66 | 0.63 | 0.22 | 356.79 | 0.53 | 0.52 |
| Hex | C6 | 43 | 4A | 0 | 42 | 3F | 16 | 165 | 35 | 34 |
| Octal | 306 | 103 | 112 | 0 | 102 | 77 | 26 | 545 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1001010 | 0 | 1000010 | 111111 | 10110 | 101100101 | 110101 | 110100 |
Color Harmonies of #C6434A
Complementary color
Monochromatic Colors of #C6434A
Black with #C6434A
Text Example
Text Example
White with #C6434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6434A; }
p { color: rgb(198,67,74); }
H1.HeaderClassName
{
color: #C6434A;
}
.AnyTagClassName
{
color: #C6434A;
}
</style>
background-color css
<style>
a { background-color: #C6434A; }
a { background-color: rgb(198,67,74); }
div.DivClassName
{
background-color: #C6434A;
}
.BgClassName
{
background-color: #C6434A;
}
</style>
border-color css
<style>
span { border-color: #C6434A; }
span { border-color: rgb(198,67,74); }
td.TdClassName
{
border-color: #C6434A;
}
.TagClassName
{
border-color: #C6434A;
}
</style>