Shades of Pumice #C4D0B8
Tints of Pumice #C4D0B8
RGB
CMYK
RGB Variations
Color information
#C4D0B8 (or 0xC4D0B8) is known color: Pumice. HEX triplet: C4, D0 and B8. RGB value is (196,208,184). Sum of RGB (Red+Green+Blue) = 196+208+184=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0B8 is #3B2F47. Grayscale: #C9C9C9. Windows color (decimal): -3878728 or 12112068. OLE color: 12112068.
HSL color Cylindrical-coordinate representation of color #C4D0B8: hue angle of 90º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D0B8 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 184 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.18 |
| HSL | 90º | 0.2% | 0.77% | - |
| HSV(B) | 90º | 0.12% | 0.82% | - |
| XYZ | 53.97 | 60.31 | 54.14 | - |
| YUV | 201.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 184 | 0.06 | 0 | 0.12 | 0.18 | 90 | 0.2 | 0.77 |
| Hex | C4 | D0 | B8 | 6 | 0 | C | 12 | 5A | 14 | 4D |
| Octal | 304 | 320 | 270 | 6 | 0 | 14 | 22 | 132 | 24 | 115 |
| Binary | 11000100 | 11010000 | 10111000 | 110 | 0 | 1100 | 10010 | 1011010 | 10100 | 1001101 |
Color Harmonies of #C4D0B8
Complementary color
Monochromatic Colors of #C4D0B8
Black with #C4D0B8
Text Example
Text Example
White with #C4D0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0B8; }
p { color: rgb(196,208,184); }
H1.HeaderClassName
{
color: #C4D0B8;
}
.AnyTagClassName
{
color: #C4D0B8;
}
</style>
background-color css
<style>
a { background-color: #C4D0B8; }
a { background-color: rgb(196,208,184); }
div.DivClassName
{
background-color: #C4D0B8;
}
.BgClassName
{
background-color: #C4D0B8;
}
</style>
border-color css
<style>
span { border-color: #C4D0B8; }
span { border-color: rgb(196,208,184); }
td.TdClassName
{
border-color: #C4D0B8;
}
.TagClassName
{
border-color: #C4D0B8;
}
</style>