Shades of Pumice #C0CCB6
Tints of Pumice #C0CCB6
RGB
CMYK
RGB Variations
Color information
#C0CCB6 (or 0xC0CCB6) is known color: Pumice. HEX triplet: C0, CC and B6. RGB value is (192,204,182). Sum of RGB (Red+Green+Blue) = 192+204+182=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCB6 is #3F3349. Grayscale: #C5C5C5. Windows color (decimal): -4141898 or 11979968. OLE color: 11979968.
HSL color Cylindrical-coordinate representation of color #C0CCB6: hue angle of 92.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CCB6 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 182 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.2 |
| HSL | 92.73º | 0.18% | 0.76% | - |
| HSV(B) | 92.73º | 0.11% | 0.8% | - |
| XYZ | 51.77 | 57.77 | 52.68 | - |
| YUV | 197.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 182 | 0.06 | 0 | 0.11 | 0.2 | 92.73 | 0.18 | 0.76 |
| Hex | C0 | CC | B6 | 6 | 0 | B | 14 | 5D | 12 | 4C |
| Octal | 300 | 314 | 266 | 6 | 0 | 13 | 24 | 135 | 22 | 114 |
| Binary | 11000000 | 11001100 | 10110110 | 110 | 0 | 1011 | 10100 | 1011101 | 10010 | 1001100 |
Color Harmonies of #C0CCB6
Complementary color
Monochromatic Colors of #C0CCB6
Black with #C0CCB6
Text Example
Text Example
White with #C0CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCB6; }
p { color: rgb(192,204,182); }
H1.HeaderClassName
{
color: #C0CCB6;
}
.AnyTagClassName
{
color: #C0CCB6;
}
</style>
background-color css
<style>
a { background-color: #C0CCB6; }
a { background-color: rgb(192,204,182); }
div.DivClassName
{
background-color: #C0CCB6;
}
.BgClassName
{
background-color: #C0CCB6;
}
</style>
border-color css
<style>
span { border-color: #C0CCB6; }
span { border-color: rgb(192,204,182); }
td.TdClassName
{
border-color: #C0CCB6;
}
.TagClassName
{
border-color: #C0CCB6;
}
</style>