Shades of Pumice #C0CAB7
Tints of Pumice #C0CAB7
RGB
CMYK
RGB Variations
Color information
#C0CAB7 (or 0xC0CAB7) is known color: Pumice. HEX triplet: C0, CA and B7. RGB value is (192,202,183). Sum of RGB (Red+Green+Blue) = 192+202+183=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAB7 is #3F3548. Grayscale: #C4C4C4. Windows color (decimal): -4142409 or 12044992. OLE color: 12044992.
HSL color Cylindrical-coordinate representation of color #C0CAB7: hue angle of 91.58º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CAB7 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 183 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.21 |
| HSL | 91.58º | 0.15% | 0.75% | - |
| HSV(B) | 91.58º | 0.09% | 0.79% | - |
| XYZ | 51.41 | 56.87 | 53.07 | - |
| YUV | 196.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 183 | 0.05 | 0 | 0.09 | 0.21 | 91.58 | 0.15 | 0.75 |
| Hex | C0 | CA | B7 | 5 | 0 | 9 | 15 | 5C | F | 4B |
| Octal | 300 | 312 | 267 | 5 | 0 | 11 | 25 | 134 | 17 | 113 |
| Binary | 11000000 | 11001010 | 10110111 | 101 | 0 | 1001 | 10101 | 1011100 | 1111 | 1001011 |
Color Harmonies of #C0CAB7
Complementary color
Monochromatic Colors of #C0CAB7
Black with #C0CAB7
Text Example
Text Example
White with #C0CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAB7; }
p { color: rgb(192,202,183); }
H1.HeaderClassName
{
color: #C0CAB7;
}
.AnyTagClassName
{
color: #C0CAB7;
}
</style>
background-color css
<style>
a { background-color: #C0CAB7; }
a { background-color: rgb(192,202,183); }
div.DivClassName
{
background-color: #C0CAB7;
}
.BgClassName
{
background-color: #C0CAB7;
}
</style>
border-color css
<style>
span { border-color: #C0CAB7; }
span { border-color: rgb(192,202,183); }
td.TdClassName
{
border-color: #C0CAB7;
}
.TagClassName
{
border-color: #C0CAB7;
}
</style>