Shades of Pumice #C0CAB8
Tints of Pumice #C0CAB8
RGB
CMYK
RGB Variations
Color information
#C0CAB8 (or 0xC0CAB8) is known color: Pumice. HEX triplet: C0, CA and B8. RGB value is (192,202,184). Sum of RGB (Red+Green+Blue) = 192+202+184=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAB8 is #3F3547. Grayscale: #C5C5C5. Windows color (decimal): -4142408 or 12110528. OLE color: 12110528.
HSL color Cylindrical-coordinate representation of color #C0CAB8: hue angle of 93.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CAB8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 184 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.21 |
| HSL | 93.33º | 0.15% | 0.76% | - |
| HSV(B) | 93.33º | 0.09% | 0.79% | - |
| XYZ | 51.51 | 56.91 | 53.62 | - |
| YUV | 196.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 184 | 0.05 | 0 | 0.09 | 0.21 | 93.33 | 0.15 | 0.76 |
| Hex | C0 | CA | B8 | 5 | 0 | 9 | 15 | 5D | F | 4C |
| Octal | 300 | 312 | 270 | 5 | 0 | 11 | 25 | 135 | 17 | 114 |
| Binary | 11000000 | 11001010 | 10111000 | 101 | 0 | 1001 | 10101 | 1011101 | 1111 | 1001100 |
Color Harmonies of #C0CAB8
Complementary color
Monochromatic Colors of #C0CAB8
Black with #C0CAB8
Text Example
Text Example
White with #C0CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAB8; }
p { color: rgb(192,202,184); }
H1.HeaderClassName
{
color: #C0CAB8;
}
.AnyTagClassName
{
color: #C0CAB8;
}
</style>
background-color css
<style>
a { background-color: #C0CAB8; }
a { background-color: rgb(192,202,184); }
div.DivClassName
{
background-color: #C0CAB8;
}
.BgClassName
{
background-color: #C0CAB8;
}
</style>
border-color css
<style>
span { border-color: #C0CAB8; }
span { border-color: rgb(192,202,184); }
td.TdClassName
{
border-color: #C0CAB8;
}
.TagClassName
{
border-color: #C0CAB8;
}
</style>