Shades of Mandy #C6434D
Tints of Mandy #C6434D
RGB
CMYK
RGB Variations
Color information
#C6434D (or 0xC6434D) is known color: Mandy. HEX triplet: C6, 43 and 4D. RGB value is (198,67,77). Sum of RGB (Red+Green+Blue) = 198+67+77=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6434D is #39BCB2. Grayscale: #6B6B6B. Windows color (decimal): -3783859 or 5063622. OLE color: 5063622.
HSL color Cylindrical-coordinate representation of color #C6434D: hue angle of 355.42º 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 #C6434D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 77 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.22 |
| HSL | 355.42º | 0.53% | 0.52% | - |
| HSV(B) | 355.42º | 0.66% | 0.78% | - |
| XYZ | 26.64 | 16.56 | 8.81 | - |
| YUV | 107.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 77 | 0 | 0.66 | 0.61 | 0.22 | 355.42 | 0.53 | 0.52 |
| Hex | C6 | 43 | 4D | 0 | 42 | 3D | 16 | 163 | 35 | 34 |
| Octal | 306 | 103 | 115 | 0 | 102 | 75 | 26 | 543 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1001101 | 0 | 1000010 | 111101 | 10110 | 101100011 | 110101 | 110100 |
Color Harmonies of #C6434D
Complementary color
Monochromatic Colors of #C6434D
Black with #C6434D
Text Example
Text Example
White with #C6434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6434D; }
p { color: rgb(198,67,77); }
H1.HeaderClassName
{
color: #C6434D;
}
.AnyTagClassName
{
color: #C6434D;
}
</style>
background-color css
<style>
a { background-color: #C6434D; }
a { background-color: rgb(198,67,77); }
div.DivClassName
{
background-color: #C6434D;
}
.BgClassName
{
background-color: #C6434D;
}
</style>
border-color css
<style>
span { border-color: #C6434D; }
span { border-color: rgb(198,67,77); }
td.TdClassName
{
border-color: #C6434D;
}
.TagClassName
{
border-color: #C6434D;
}
</style>