Shades of Melanie #CBBFC2
Tints of Melanie #CBBFC2
RGB
CMYK
RGB Variations
Color information
#CBBFC2 (or 0xCBBFC2) is known color: Melanie. HEX triplet: CB, BF and C2. RGB value is (203,191,194). Sum of RGB (Red+Green+Blue) = 203+191+194=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFC2 is #34403D. Grayscale: #C2C2C2. Windows color (decimal): -3424318 or 12763083. OLE color: 12763083.
HSL color Cylindrical-coordinate representation of color #CBBFC2: hue angle of 345º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 194 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.20 |
| HSL | 345º | 0.1% | 0.77% | - |
| HSV(B) | 345º | 0.06% | 0.8% | - |
| XYZ | 53 | 53.85 | 58.64 | - |
| YUV | 194.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 194 | 0 | 0.06 | 0.04 | 0.20 | 345 | 0.1 | 0.77 |
| Hex | CB | BF | C2 | 0 | 6 | 4 | 14 | 159 | A | 4D |
| Octal | 313 | 277 | 302 | 0 | 6 | 4 | 24 | 531 | 12 | 115 |
| Binary | 11001011 | 10111111 | 11000010 | 0 | 110 | 100 | 10100 | 101011001 | 1010 | 1001101 |
Color Harmonies of #CBBFC2
Complementary color
Monochromatic Colors of #CBBFC2
Black with #CBBFC2
Text Example
Text Example
White with #CBBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFC2; }
p { color: rgb(203,191,194); }
H1.HeaderClassName
{
color: #CBBFC2;
}
.AnyTagClassName
{
color: #CBBFC2;
}
</style>
background-color css
<style>
a { background-color: #CBBFC2; }
a { background-color: rgb(203,191,194); }
div.DivClassName
{
background-color: #CBBFC2;
}
.BgClassName
{
background-color: #CBBFC2;
}
</style>
border-color css
<style>
span { border-color: #CBBFC2; }
span { border-color: rgb(203,191,194); }
td.TdClassName
{
border-color: #CBBFC2;
}
.TagClassName
{
border-color: #CBBFC2;
}
</style>