Shades of Pumice #C4D0B7
Tints of Pumice #C4D0B7
RGB
CMYK
RGB Variations
Color information
#C4D0B7 (or 0xC4D0B7) is known color: Pumice. HEX triplet: C4, D0 and B7. RGB value is (196,208,183). Sum of RGB (Red+Green+Blue) = 196+208+183=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0B7 is #3B2F48. Grayscale: #C9C9C9. Windows color (decimal): -3878729 or 12046532. OLE color: 12046532.
HSL color Cylindrical-coordinate representation of color #C4D0B7: hue angle of 88.8º degrees, saturation: 0.21, 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 #C4D0B7 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 183 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.18 |
| HSL | 88.8º | 0.21% | 0.77% | - |
| HSV(B) | 88.8º | 0.12% | 0.82% | - |
| XYZ | 53.87 | 60.27 | 53.59 | - |
| YUV | 201.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 183 | 0.06 | 0 | 0.12 | 0.18 | 88.8 | 0.21 | 0.77 |
| Hex | C4 | D0 | B7 | 6 | 0 | C | 12 | 59 | 15 | 4D |
| Octal | 304 | 320 | 267 | 6 | 0 | 14 | 22 | 131 | 25 | 115 |
| Binary | 11000100 | 11010000 | 10110111 | 110 | 0 | 1100 | 10010 | 1011001 | 10101 | 1001101 |
Color Harmonies of #C4D0B7
Complementary color
Monochromatic Colors of #C4D0B7
Black with #C4D0B7
Text Example
Text Example
White with #C4D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0B7; }
p { color: rgb(196,208,183); }
H1.HeaderClassName
{
color: #C4D0B7;
}
.AnyTagClassName
{
color: #C4D0B7;
}
</style>
background-color css
<style>
a { background-color: #C4D0B7; }
a { background-color: rgb(196,208,183); }
div.DivClassName
{
background-color: #C4D0B7;
}
.BgClassName
{
background-color: #C4D0B7;
}
</style>
border-color css
<style>
span { border-color: #C4D0B7; }
span { border-color: rgb(196,208,183); }
td.TdClassName
{
border-color: #C4D0B7;
}
.TagClassName
{
border-color: #C4D0B7;
}
</style>