Shades of Melanie #CCBFC2
Tints of Melanie #CCBFC2
RGB
CMYK
RGB Variations
Color information
#CCBFC2 (or 0xCCBFC2) is known color: Melanie. HEX triplet: CC, BF and C2. RGB value is (204,191,194). Sum of RGB (Red+Green+Blue) = 204+191+194=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC2 is #33403D. Grayscale: #C3C3C3. Windows color (decimal): -3358782 or 12763084. OLE color: 12763084.
HSL color Cylindrical-coordinate representation of color #CCBFC2: hue angle of 346.15º degrees, saturation: 0.11, 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 #CCBFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 194 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.2 |
| HSL | 346.15º | 0.11% | 0.77% | - |
| HSV(B) | 346.15º | 0.06% | 0.8% | - |
| XYZ | 53.27 | 53.99 | 58.65 | - |
| YUV | 195.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 194 | 0 | 0.06 | 0.05 | 0.2 | 346.15 | 0.11 | 0.77 |
| Hex | CC | BF | C2 | 0 | 6 | 5 | 14 | 15A | B | 4D |
| Octal | 314 | 277 | 302 | 0 | 6 | 5 | 24 | 532 | 13 | 115 |
| Binary | 11001100 | 10111111 | 11000010 | 0 | 110 | 101 | 10100 | 101011010 | 1011 | 1001101 |
Color Harmonies of #CCBFC2
Complementary color
Monochromatic Colors of #CCBFC2
Black with #CCBFC2
Text Example
Text Example
White with #CCBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFC2; }
p { color: rgb(204,191,194); }
H1.HeaderClassName
{
color: #CCBFC2;
}
.AnyTagClassName
{
color: #CCBFC2;
}
</style>
background-color css
<style>
a { background-color: #CCBFC2; }
a { background-color: rgb(204,191,194); }
div.DivClassName
{
background-color: #CCBFC2;
}
.BgClassName
{
background-color: #CCBFC2;
}
</style>
border-color css
<style>
span { border-color: #CCBFC2; }
span { border-color: rgb(204,191,194); }
td.TdClassName
{
border-color: #CCBFC2;
}
.TagClassName
{
border-color: #CCBFC2;
}
</style>