Shades of Pumice #C0CBB5
Tints of Pumice #C0CBB5
RGB
CMYK
RGB Variations
Color information
#C0CBB5 (or 0xC0CBB5) is known color: Pumice. HEX triplet: C0, CB and B5. RGB value is (192,203,181). Sum of RGB (Red+Green+Blue) = 192+203+181=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBB5 is #3F344A. Grayscale: #C5C5C5. Windows color (decimal): -4142155 or 11914176. OLE color: 11914176.
HSL color Cylindrical-coordinate representation of color #C0CBB5: hue angle of 90º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CBB5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 181 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.20 |
| HSL | 90º | 0.17% | 0.75% | - |
| HSV(B) | 90º | 0.11% | 0.8% | - |
| XYZ | 51.43 | 57.25 | 52.06 | - |
| YUV | 197.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 181 | 0.05 | 0 | 0.11 | 0.20 | 90 | 0.17 | 0.75 |
| Hex | C0 | CB | B5 | 5 | 0 | B | 14 | 5A | 11 | 4B |
| Octal | 300 | 313 | 265 | 5 | 0 | 13 | 24 | 132 | 21 | 113 |
| Binary | 11000000 | 11001011 | 10110101 | 101 | 0 | 1011 | 10100 | 1011010 | 10001 | 1001011 |
Color Harmonies of #C0CBB5
Complementary color
Monochromatic Colors of #C0CBB5
Black with #C0CBB5
Text Example
Text Example
White with #C0CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBB5; }
p { color: rgb(192,203,181); }
H1.HeaderClassName
{
color: #C0CBB5;
}
.AnyTagClassName
{
color: #C0CBB5;
}
</style>
background-color css
<style>
a { background-color: #C0CBB5; }
a { background-color: rgb(192,203,181); }
div.DivClassName
{
background-color: #C0CBB5;
}
.BgClassName
{
background-color: #C0CBB5;
}
</style>
border-color css
<style>
span { border-color: #C0CBB5; }
span { border-color: rgb(192,203,181); }
td.TdClassName
{
border-color: #C0CBB5;
}
.TagClassName
{
border-color: #C0CBB5;
}
</style>