Shades of Pumice #C0CAB6
Tints of Pumice #C0CAB6
RGB
CMYK
RGB Variations
Color information
#C0CAB6 (or 0xC0CAB6) is known color: Pumice. HEX triplet: C0, CA and B6. RGB value is (192,202,182). Sum of RGB (Red+Green+Blue) = 192+202+182=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAB6 is #3F3549. Grayscale: #C4C4C4. Windows color (decimal): -4142410 or 11979456. OLE color: 11979456.
HSL color Cylindrical-coordinate representation of color #C0CAB6: hue angle of 90º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CAB6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 182 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.21 |
| HSL | 90º | 0.16% | 0.75% | - |
| HSV(B) | 90º | 0.1% | 0.79% | - |
| XYZ | 51.3 | 56.82 | 52.52 | - |
| YUV | 196.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 182 | 0.05 | 0 | 0.10 | 0.21 | 90 | 0.16 | 0.75 |
| Hex | C0 | CA | B6 | 5 | 0 | A | 15 | 5A | 10 | 4B |
| Octal | 300 | 312 | 266 | 5 | 0 | 12 | 25 | 132 | 20 | 113 |
| Binary | 11000000 | 11001010 | 10110110 | 101 | 0 | 1010 | 10101 | 1011010 | 10000 | 1001011 |
Color Harmonies of #C0CAB6
Complementary color
Monochromatic Colors of #C0CAB6
Black with #C0CAB6
Text Example
Text Example
White with #C0CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAB6; }
p { color: rgb(192,202,182); }
H1.HeaderClassName
{
color: #C0CAB6;
}
.AnyTagClassName
{
color: #C0CAB6;
}
</style>
background-color css
<style>
a { background-color: #C0CAB6; }
a { background-color: rgb(192,202,182); }
div.DivClassName
{
background-color: #C0CAB6;
}
.BgClassName
{
background-color: #C0CAB6;
}
</style>
border-color css
<style>
span { border-color: #C0CAB6; }
span { border-color: rgb(192,202,182); }
td.TdClassName
{
border-color: #C0CAB6;
}
.TagClassName
{
border-color: #C0CAB6;
}
</style>