Shades of Pumice #C0CEB4
Tints of Pumice #C0CEB4
RGB
CMYK
RGB Variations
Color information
#C0CEB4 (or 0xC0CEB4) is known color: Pumice. HEX triplet: C0, CE and B4. RGB value is (192,206,180). Sum of RGB (Red+Green+Blue) = 192+206+180=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB4 is #3F314B. Grayscale: #C6C6C6. Windows color (decimal): -4141388 or 11849408. OLE color: 11849408.
HSL color Cylindrical-coordinate representation of color #C0CEB4: hue angle of 92.31º degrees, saturation: 0.21, 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 #C0CEB4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 180 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.19 |
| HSL | 92.31º | 0.21% | 0.76% | - |
| HSV(B) | 92.31º | 0.13% | 0.81% | - |
| XYZ | 52.05 | 58.64 | 51.76 | - |
| YUV | 198.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 180 | 0.07 | 0 | 0.13 | 0.19 | 92.31 | 0.21 | 0.76 |
| Hex | C0 | CE | B4 | 7 | 0 | D | 13 | 5C | 15 | 4C |
| Octal | 300 | 316 | 264 | 7 | 0 | 15 | 23 | 134 | 25 | 114 |
| Binary | 11000000 | 11001110 | 10110100 | 111 | 0 | 1101 | 10011 | 1011100 | 10101 | 1001100 |
Color Harmonies of #C0CEB4
Complementary color
Monochromatic Colors of #C0CEB4
Black with #C0CEB4
Text Example
Text Example
White with #C0CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEB4; }
p { color: rgb(192,206,180); }
H1.HeaderClassName
{
color: #C0CEB4;
}
.AnyTagClassName
{
color: #C0CEB4;
}
</style>
background-color css
<style>
a { background-color: #C0CEB4; }
a { background-color: rgb(192,206,180); }
div.DivClassName
{
background-color: #C0CEB4;
}
.BgClassName
{
background-color: #C0CEB4;
}
</style>
border-color css
<style>
span { border-color: #C0CEB4; }
span { border-color: rgb(192,206,180); }
td.TdClassName
{
border-color: #C0CEB4;
}
.TagClassName
{
border-color: #C0CEB4;
}
</style>