Shades of Pumice #C6CFBC
Tints of Pumice #C6CFBC
RGB
CMYK
RGB Variations
Color information
#C6CFBC (or 0xC6CFBC) is known color: Pumice. HEX triplet: C6, CF and BC. RGB value is (198,207,188). Sum of RGB (Red+Green+Blue) = 198+207+188=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFBC is #393043. Grayscale: #CACACA. Windows color (decimal): -3747908 or 12373958. OLE color: 12373958.
HSL color Cylindrical-coordinate representation of color #C6CFBC: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CFBC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 188 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.19 |
| HSL | 88.42º | 0.17% | 0.77% | - |
| HSV(B) | 88.42º | 0.09% | 0.81% | - |
| XYZ | 54.68 | 60.26 | 56.33 | - |
| YUV | 202.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 188 | 0.04 | 0 | 0.09 | 0.19 | 88.42 | 0.17 | 0.77 |
| Hex | C6 | CF | BC | 4 | 0 | 9 | 13 | 58 | 11 | 4D |
| Octal | 306 | 317 | 274 | 4 | 0 | 11 | 23 | 130 | 21 | 115 |
| Binary | 11000110 | 11001111 | 10111100 | 100 | 0 | 1001 | 10011 | 1011000 | 10001 | 1001101 |
Color Harmonies of #C6CFBC
Complementary color
Monochromatic Colors of #C6CFBC
Black with #C6CFBC
Text Example
Text Example
White with #C6CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFBC; }
p { color: rgb(198,207,188); }
H1.HeaderClassName
{
color: #C6CFBC;
}
.AnyTagClassName
{
color: #C6CFBC;
}
</style>
background-color css
<style>
a { background-color: #C6CFBC; }
a { background-color: rgb(198,207,188); }
div.DivClassName
{
background-color: #C6CFBC;
}
.BgClassName
{
background-color: #C6CFBC;
}
</style>
border-color css
<style>
span { border-color: #C6CFBC; }
span { border-color: rgb(198,207,188); }
td.TdClassName
{
border-color: #C6CFBC;
}
.TagClassName
{
border-color: #C6CFBC;
}
</style>