Shades of Pumice #C4CCBD
Tints of Pumice #C4CCBD
RGB
CMYK
RGB Variations
Color information
#C4CCBD (or 0xC4CCBD) is known color: Pumice. HEX triplet: C4, CC and BD. RGB value is (196,204,189). Sum of RGB (Red+Green+Blue) = 196+204+189=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCBD is #3B3342. Grayscale: #C7C7C7. Windows color (decimal): -3879747 or 12438724. OLE color: 12438724.
HSL color Cylindrical-coordinate representation of color #C4CCBD: hue angle of 92º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CCBD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 189 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.2 |
| HSL | 92º | 0.13% | 0.77% | - |
| HSV(B) | 92º | 0.07% | 0.8% | - |
| XYZ | 53.54 | 58.6 | 56.63 | - |
| YUV | 199.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 189 | 0.04 | 0 | 0.07 | 0.2 | 92 | 0.13 | 0.77 |
| Hex | C4 | CC | BD | 4 | 0 | 7 | 14 | 5C | D | 4D |
| Octal | 304 | 314 | 275 | 4 | 0 | 7 | 24 | 134 | 15 | 115 |
| Binary | 11000100 | 11001100 | 10111101 | 100 | 0 | 111 | 10100 | 1011100 | 1101 | 1001101 |
Color Harmonies of #C4CCBD
Complementary color
Monochromatic Colors of #C4CCBD
Black with #C4CCBD
Text Example
Text Example
White with #C4CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCBD; }
p { color: rgb(196,204,189); }
H1.HeaderClassName
{
color: #C4CCBD;
}
.AnyTagClassName
{
color: #C4CCBD;
}
</style>
background-color css
<style>
a { background-color: #C4CCBD; }
a { background-color: rgb(196,204,189); }
div.DivClassName
{
background-color: #C4CCBD;
}
.BgClassName
{
background-color: #C4CCBD;
}
</style>
border-color css
<style>
span { border-color: #C4CCBD; }
span { border-color: rgb(196,204,189); }
td.TdClassName
{
border-color: #C4CCBD;
}
.TagClassName
{
border-color: #C4CCBD;
}
</style>