Shades of Pumice #C0CFB4
Tints of Pumice #C0CFB4
RGB
CMYK
RGB Variations
Color information
#C0CFB4 (or 0xC0CFB4) is known color: Pumice. HEX triplet: C0, CF and B4. RGB value is (192,207,180). Sum of RGB (Red+Green+Blue) = 192+207+180=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFB4 is #3F304B. Grayscale: #C7C7C7. Windows color (decimal): -4141132 or 11849664. OLE color: 11849664.
HSL color Cylindrical-coordinate representation of color #C0CFB4: hue angle of 93.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CFB4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 180 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.19 |
| HSL | 93.33º | 0.22% | 0.76% | - |
| HSV(B) | 93.33º | 0.13% | 0.81% | - |
| XYZ | 52.29 | 59.13 | 51.84 | - |
| YUV | 199.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 180 | 0.07 | 0 | 0.13 | 0.19 | 93.33 | 0.22 | 0.76 |
| Hex | C0 | CF | B4 | 7 | 0 | D | 13 | 5D | 16 | 4C |
| Octal | 300 | 317 | 264 | 7 | 0 | 15 | 23 | 135 | 26 | 114 |
| Binary | 11000000 | 11001111 | 10110100 | 111 | 0 | 1101 | 10011 | 1011101 | 10110 | 1001100 |
Color Harmonies of #C0CFB4
Complementary color
Monochromatic Colors of #C0CFB4
Black with #C0CFB4
Text Example
Text Example
White with #C0CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFB4; }
p { color: rgb(192,207,180); }
H1.HeaderClassName
{
color: #C0CFB4;
}
.AnyTagClassName
{
color: #C0CFB4;
}
</style>
background-color css
<style>
a { background-color: #C0CFB4; }
a { background-color: rgb(192,207,180); }
div.DivClassName
{
background-color: #C0CFB4;
}
.BgClassName
{
background-color: #C0CFB4;
}
</style>
border-color css
<style>
span { border-color: #C0CFB4; }
span { border-color: rgb(192,207,180); }
td.TdClassName
{
border-color: #C0CFB4;
}
.TagClassName
{
border-color: #C0CFB4;
}
</style>