Shades of Pumice #C0D0B4
Tints of Pumice #C0D0B4
RGB
CMYK
RGB Variations
Color information
#C0D0B4 (or 0xC0D0B4) is known color: Pumice. HEX triplet: C0, D0 and B4. RGB value is (192,208,180). Sum of RGB (Red+Green+Blue) = 192+208+180=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0B4 is #3F2F4B. Grayscale: #C8C8C8. Windows color (decimal): -4140876 or 11849920. OLE color: 11849920.
HSL color Cylindrical-coordinate representation of color #C0D0B4: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D0B4 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 180 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.18 |
| HSL | 94.29º | 0.23% | 0.76% | - |
| HSV(B) | 94.29º | 0.13% | 0.82% | - |
| XYZ | 52.53 | 59.61 | 51.92 | - |
| YUV | 200.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 180 | 0.08 | 0 | 0.13 | 0.18 | 94.29 | 0.23 | 0.76 |
| Hex | C0 | D0 | B4 | 8 | 0 | D | 12 | 5E | 17 | 4C |
| Octal | 300 | 320 | 264 | 10 | 0 | 15 | 22 | 136 | 27 | 114 |
| Binary | 11000000 | 11010000 | 10110100 | 1000 | 0 | 1101 | 10010 | 1011110 | 10111 | 1001100 |
Color Harmonies of #C0D0B4
Complementary color
Monochromatic Colors of #C0D0B4
Black with #C0D0B4
Text Example
Text Example
White with #C0D0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0B4; }
p { color: rgb(192,208,180); }
H1.HeaderClassName
{
color: #C0D0B4;
}
.AnyTagClassName
{
color: #C0D0B4;
}
</style>
background-color css
<style>
a { background-color: #C0D0B4; }
a { background-color: rgb(192,208,180); }
div.DivClassName
{
background-color: #C0D0B4;
}
.BgClassName
{
background-color: #C0D0B4;
}
</style>
border-color css
<style>
span { border-color: #C0D0B4; }
span { border-color: rgb(192,208,180); }
td.TdClassName
{
border-color: #C0D0B4;
}
.TagClassName
{
border-color: #C0D0B4;
}
</style>