Shades of Pumice #C5CFBB
Tints of Pumice #C5CFBB
RGB
CMYK
RGB Variations
Color information
#C5CFBB (or 0xC5CFBB) is known color: Pumice. HEX triplet: C5, CF and BB. RGB value is (197,207,187). Sum of RGB (Red+Green+Blue) = 197+207+187=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFBB is #3A3044. Grayscale: #C9C9C9. Windows color (decimal): -3813445 or 12308421. OLE color: 12308421.
HSL color Cylindrical-coordinate representation of color #C5CFBB: hue angle of 90º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CFBB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 187 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.19 |
| HSL | 90º | 0.17% | 0.77% | - |
| HSV(B) | 90º | 0.1% | 0.81% | - |
| XYZ | 54.31 | 60.08 | 55.75 | - |
| YUV | 201.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 187 | 0.05 | 0 | 0.10 | 0.19 | 90 | 0.17 | 0.77 |
| Hex | C5 | CF | BB | 5 | 0 | A | 13 | 5A | 11 | 4D |
| Octal | 305 | 317 | 273 | 5 | 0 | 12 | 23 | 132 | 21 | 115 |
| Binary | 11000101 | 11001111 | 10111011 | 101 | 0 | 1010 | 10011 | 1011010 | 10001 | 1001101 |
Color Harmonies of #C5CFBB
Complementary color
Monochromatic Colors of #C5CFBB
Black with #C5CFBB
Text Example
Text Example
White with #C5CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFBB; }
p { color: rgb(197,207,187); }
H1.HeaderClassName
{
color: #C5CFBB;
}
.AnyTagClassName
{
color: #C5CFBB;
}
</style>
background-color css
<style>
a { background-color: #C5CFBB; }
a { background-color: rgb(197,207,187); }
div.DivClassName
{
background-color: #C5CFBB;
}
.BgClassName
{
background-color: #C5CFBB;
}
</style>
border-color css
<style>
span { border-color: #C5CFBB; }
span { border-color: rgb(197,207,187); }
td.TdClassName
{
border-color: #C5CFBB;
}
.TagClassName
{
border-color: #C5CFBB;
}
</style>