Shades of Mandy #C66667
Tints of Mandy #C66667
RGB
CMYK
RGB Variations
Color information
#C66667 (or 0xC66667) is known color: Mandy. HEX triplet: C6, 66 and 67. RGB value is (198,102,103). Sum of RGB (Red+Green+Blue) = 198+102+103=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C66667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66667 is #399998. Grayscale: #828282. Windows color (decimal): -3774873 or 6776518. OLE color: 6776518.
HSL color Cylindrical-coordinate representation of color #C66667: hue angle of 359.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66667 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 103 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.22 |
| HSL | 359.38º | 0.46% | 0.59% | - |
| HSV(B) | 359.38º | 0.48% | 0.78% | - |
| XYZ | 30.49 | 22.49 | 15.57 | - |
| YUV | 130.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 103 | 0 | 0.48 | 0.48 | 0.22 | 359.38 | 0.46 | 0.59 |
| Hex | C6 | 66 | 67 | 0 | 30 | 30 | 16 | 167 | 2E | 3B |
| Octal | 306 | 146 | 147 | 0 | 60 | 60 | 26 | 547 | 56 | 73 |
| Binary | 11000110 | 1100110 | 1100111 | 0 | 110000 | 110000 | 10110 | 101100111 | 101110 | 111011 |
Color Harmonies of #C66667
Complementary color
Monochromatic Colors of #C66667
Black with #C66667
Text Example
Text Example
White with #C66667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66667; }
p { color: rgb(198,102,103); }
H1.HeaderClassName
{
color: #C66667;
}
.AnyTagClassName
{
color: #C66667;
}
</style>
background-color css
<style>
a { background-color: #C66667; }
a { background-color: rgb(198,102,103); }
div.DivClassName
{
background-color: #C66667;
}
.BgClassName
{
background-color: #C66667;
}
</style>
border-color css
<style>
span { border-color: #C66667; }
span { border-color: rgb(198,102,103); }
td.TdClassName
{
border-color: #C66667;
}
.TagClassName
{
border-color: #C66667;
}
</style>