Shades of Mandy #CB6166
Tints of Mandy #CB6166
RGB
CMYK
RGB Variations
Color information
#CB6166 (or 0xCB6166) is known color: Mandy. HEX triplet: CB, 61 and 66. RGB value is (203,97,102). Sum of RGB (Red+Green+Blue) = 203+97+102=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6166 is #349E99. Grayscale: #818181. Windows color (decimal): -3448474 or 6709707. OLE color: 6709707.
HSL color Cylindrical-coordinate representation of color #CB6166: hue angle of 357.17º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6166 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 102 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.20 |
| HSL | 357.17º | 0.5% | 0.59% | - |
| HSV(B) | 357.17º | 0.52% | 0.8% | - |
| XYZ | 31.3 | 22.21 | 15.21 | - |
| YUV | 129.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 102 | 0 | 0.52 | 0.50 | 0.20 | 357.17 | 0.5 | 0.59 |
| Hex | CB | 61 | 66 | 0 | 34 | 32 | 14 | 165 | 32 | 3B |
| Octal | 313 | 141 | 146 | 0 | 64 | 62 | 24 | 545 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1100110 | 0 | 110100 | 110010 | 10100 | 101100101 | 110010 | 111011 |
Color Harmonies of #CB6166
Complementary color
Monochromatic Colors of #CB6166
Black with #CB6166
Text Example
Text Example
White with #CB6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6166; }
p { color: rgb(203,97,102); }
H1.HeaderClassName
{
color: #CB6166;
}
.AnyTagClassName
{
color: #CB6166;
}
</style>
background-color css
<style>
a { background-color: #CB6166; }
a { background-color: rgb(203,97,102); }
div.DivClassName
{
background-color: #CB6166;
}
.BgClassName
{
background-color: #CB6166;
}
</style>
border-color css
<style>
span { border-color: #CB6166; }
span { border-color: rgb(203,97,102); }
td.TdClassName
{
border-color: #CB6166;
}
.TagClassName
{
border-color: #CB6166;
}
</style>