Shades of Pumice #C4CDBB
Tints of Pumice #C4CDBB
RGB
CMYK
RGB Variations
Color information
#C4CDBB (or 0xC4CDBB) is known color: Pumice. HEX triplet: C4, CD and BB. RGB value is (196,205,187). Sum of RGB (Red+Green+Blue) = 196+205+187=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDBB is #3B3244. Grayscale: #C8C8C8. Windows color (decimal): -3879493 or 12307908. OLE color: 12307908.
HSL color Cylindrical-coordinate representation of color #C4CDBB: hue angle of 90º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4CDBB is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 205 | 187 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.20 |
| HSL | 90º | 0.15% | 0.77% | - |
| HSV(B) | 90º | 0.09% | 0.8% | - |
| XYZ | 53.57 | 58.99 | 55.58 | - |
| YUV | 200.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 187 | 0.04 | 0 | 0.09 | 0.20 | 90 | 0.15 | 0.77 |
| Hex | C4 | CD | BB | 4 | 0 | 9 | 14 | 5A | F | 4D |
| Octal | 304 | 315 | 273 | 4 | 0 | 11 | 24 | 132 | 17 | 115 |
| Binary | 11000100 | 11001101 | 10111011 | 100 | 0 | 1001 | 10100 | 1011010 | 1111 | 1001101 |
Color Harmonies of #C4CDBB
Complementary color
Monochromatic Colors of #C4CDBB
Black with #C4CDBB
Text Example
Text Example
White with #C4CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDBB; }
p { color: rgb(196,205,187); }
H1.HeaderClassName
{
color: #C4CDBB;
}
.AnyTagClassName
{
color: #C4CDBB;
}
</style>
background-color css
<style>
a { background-color: #C4CDBB; }
a { background-color: rgb(196,205,187); }
div.DivClassName
{
background-color: #C4CDBB;
}
.BgClassName
{
background-color: #C4CDBB;
}
</style>
border-color css
<style>
span { border-color: #C4CDBB; }
span { border-color: rgb(196,205,187); }
td.TdClassName
{
border-color: #C4CDBB;
}
.TagClassName
{
border-color: #C4CDBB;
}
</style>