Shades of Mandy #CB6266
Tints of Mandy #CB6266
RGB
CMYK
RGB Variations
Color information
#CB6266 (or 0xCB6266) is known color: Mandy. HEX triplet: CB, 62 and 66. RGB value is (203,98,102). Sum of RGB (Red+Green+Blue) = 203+98+102=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6266 is #349D99. Grayscale: #818181. Windows color (decimal): -3448218 or 6709963. OLE color: 6709963.
HSL color Cylindrical-coordinate representation of color #CB6266: hue angle of 357.71º 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 #CB6266 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 102 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.20 |
| HSL | 357.71º | 0.5% | 0.59% | - |
| HSV(B) | 357.71º | 0.52% | 0.8% | - |
| XYZ | 31.39 | 22.39 | 15.24 | - |
| YUV | 129.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 102 | 0 | 0.52 | 0.50 | 0.20 | 357.71 | 0.5 | 0.59 |
| Hex | CB | 62 | 66 | 0 | 34 | 32 | 14 | 166 | 32 | 3B |
| Octal | 313 | 142 | 146 | 0 | 64 | 62 | 24 | 546 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1100110 | 0 | 110100 | 110010 | 10100 | 101100110 | 110010 | 111011 |
Color Harmonies of #CB6266
Complementary color
Monochromatic Colors of #CB6266
Black with #CB6266
Text Example
Text Example
White with #CB6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6266; }
p { color: rgb(203,98,102); }
H1.HeaderClassName
{
color: #CB6266;
}
.AnyTagClassName
{
color: #CB6266;
}
</style>
background-color css
<style>
a { background-color: #CB6266; }
a { background-color: rgb(203,98,102); }
div.DivClassName
{
background-color: #CB6266;
}
.BgClassName
{
background-color: #CB6266;
}
</style>
border-color css
<style>
span { border-color: #CB6266; }
span { border-color: rgb(203,98,102); }
td.TdClassName
{
border-color: #CB6266;
}
.TagClassName
{
border-color: #CB6266;
}
</style>