Shades of Melanie #CBC0C3
Tints of Melanie #CBC0C3
RGB
CMYK
RGB Variations
Color information
#CBC0C3 (or 0xCBC0C3) is known color: Melanie. HEX triplet: CB, C0 and C3. RGB value is (203,192,195). Sum of RGB (Red+Green+Blue) = 203+192+195=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0C3 is #343F3C. Grayscale: #C3C3C3. Windows color (decimal): -3424061 or 12828875. OLE color: 12828875.
HSL color Cylindrical-coordinate representation of color #CBC0C3: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC0C3 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 195 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.20 |
| HSL | 343.64º | 0.1% | 0.77% | - |
| HSV(B) | 343.64º | 0.05% | 0.8% | - |
| XYZ | 53.33 | 54.34 | 59.31 | - |
| YUV | 195.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 195 | 0 | 0.05 | 0.04 | 0.20 | 343.64 | 0.1 | 0.77 |
| Hex | CB | C0 | C3 | 0 | 5 | 4 | 14 | 158 | A | 4D |
| Octal | 313 | 300 | 303 | 0 | 5 | 4 | 24 | 530 | 12 | 115 |
| Binary | 11001011 | 11000000 | 11000011 | 0 | 101 | 100 | 10100 | 101011000 | 1010 | 1001101 |
Color Harmonies of #CBC0C3
Complementary color
Monochromatic Colors of #CBC0C3
Black with #CBC0C3
Text Example
Text Example
White with #CBC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0C3; }
p { color: rgb(203,192,195); }
H1.HeaderClassName
{
color: #CBC0C3;
}
.AnyTagClassName
{
color: #CBC0C3;
}
</style>
background-color css
<style>
a { background-color: #CBC0C3; }
a { background-color: rgb(203,192,195); }
div.DivClassName
{
background-color: #CBC0C3;
}
.BgClassName
{
background-color: #CBC0C3;
}
</style>
border-color css
<style>
span { border-color: #CBC0C3; }
span { border-color: rgb(203,192,195); }
td.TdClassName
{
border-color: #CBC0C3;
}
.TagClassName
{
border-color: #CBC0C3;
}
</style>