Shades of Pumice #C4CFBA
Tints of Pumice #C4CFBA
RGB
CMYK
RGB Variations
Color information
#C4CFBA (or 0xC4CFBA) is known color: Pumice. HEX triplet: C4, CF and BA. RGB value is (196,207,186). Sum of RGB (Red+Green+Blue) = 196+207+186=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFBA is #3B3045. Grayscale: #C9C9C9. Windows color (decimal): -3878982 or 12242884. OLE color: 12242884.
HSL color Cylindrical-coordinate representation of color #C4CFBA: hue angle of 91.43º degrees, saturation: 0.18, 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 #C4CFBA is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 186 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.19 |
| HSL | 91.43º | 0.18% | 0.77% | - |
| HSV(B) | 91.43º | 0.1% | 0.81% | - |
| XYZ | 53.94 | 59.91 | 55.17 | - |
| YUV | 201.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 186 | 0.05 | 0 | 0.10 | 0.19 | 91.43 | 0.18 | 0.77 |
| Hex | C4 | CF | BA | 5 | 0 | A | 13 | 5B | 12 | 4D |
| Octal | 304 | 317 | 272 | 5 | 0 | 12 | 23 | 133 | 22 | 115 |
| Binary | 11000100 | 11001111 | 10111010 | 101 | 0 | 1010 | 10011 | 1011011 | 10010 | 1001101 |
Color Harmonies of #C4CFBA
Complementary color
Monochromatic Colors of #C4CFBA
Black with #C4CFBA
Text Example
Text Example
White with #C4CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFBA; }
p { color: rgb(196,207,186); }
H1.HeaderClassName
{
color: #C4CFBA;
}
.AnyTagClassName
{
color: #C4CFBA;
}
</style>
background-color css
<style>
a { background-color: #C4CFBA; }
a { background-color: rgb(196,207,186); }
div.DivClassName
{
background-color: #C4CFBA;
}
.BgClassName
{
background-color: #C4CFBA;
}
</style>
border-color css
<style>
span { border-color: #C4CFBA; }
span { border-color: rgb(196,207,186); }
td.TdClassName
{
border-color: #C4CFBA;
}
.TagClassName
{
border-color: #C4CFBA;
}
</style>