Shades of Pumice #C0CEB6
Tints of Pumice #C0CEB6
RGB
CMYK
RGB Variations
Color information
#C0CEB6 (or 0xC0CEB6) is known color: Pumice. HEX triplet: C0, CE and B6. RGB value is (192,206,182). Sum of RGB (Red+Green+Blue) = 192+206+182=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB6 is #3F3149. Grayscale: #C7C7C7. Windows color (decimal): -4141386 or 11980480. OLE color: 11980480.
HSL color Cylindrical-coordinate representation of color #C0CEB6: hue angle of 95º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CEB6 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 182 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.19 |
| HSL | 95º | 0.2% | 0.76% | - |
| HSV(B) | 95º | 0.12% | 0.81% | - |
| XYZ | 52.25 | 58.73 | 52.84 | - |
| YUV | 199.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 182 | 0.07 | 0 | 0.12 | 0.19 | 95 | 0.2 | 0.76 |
| Hex | C0 | CE | B6 | 7 | 0 | C | 13 | 5F | 14 | 4C |
| Octal | 300 | 316 | 266 | 7 | 0 | 14 | 23 | 137 | 24 | 114 |
| Binary | 11000000 | 11001110 | 10110110 | 111 | 0 | 1100 | 10011 | 1011111 | 10100 | 1001100 |
Color Harmonies of #C0CEB6
Complementary color
Monochromatic Colors of #C0CEB6
Black with #C0CEB6
Text Example
Text Example
White with #C0CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEB6; }
p { color: rgb(192,206,182); }
H1.HeaderClassName
{
color: #C0CEB6;
}
.AnyTagClassName
{
color: #C0CEB6;
}
</style>
background-color css
<style>
a { background-color: #C0CEB6; }
a { background-color: rgb(192,206,182); }
div.DivClassName
{
background-color: #C0CEB6;
}
.BgClassName
{
background-color: #C0CEB6;
}
</style>
border-color css
<style>
span { border-color: #C0CEB6; }
span { border-color: rgb(192,206,182); }
td.TdClassName
{
border-color: #C0CEB6;
}
.TagClassName
{
border-color: #C0CEB6;
}
</style>