Shades of Pumice #C0CCB4
Tints of Pumice #C0CCB4
RGB
CMYK
RGB Variations
Color information
#C0CCB4 (or 0xC0CCB4) is known color: Pumice. HEX triplet: C0, CC and B4. RGB value is (192,204,180). Sum of RGB (Red+Green+Blue) = 192+204+180=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCB4 is #3F334B. Grayscale: #C5C5C5. Windows color (decimal): -4141900 or 11848896. OLE color: 11848896.
HSL color Cylindrical-coordinate representation of color #C0CCB4: hue angle of 90º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CCB4 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 180 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.2 |
| HSL | 90º | 0.19% | 0.75% | - |
| HSV(B) | 90º | 0.12% | 0.8% | - |
| XYZ | 51.57 | 57.69 | 51.6 | - |
| YUV | 197.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 180 | 0.06 | 0 | 0.12 | 0.2 | 90 | 0.19 | 0.75 |
| Hex | C0 | CC | B4 | 6 | 0 | C | 14 | 5A | 13 | 4B |
| Octal | 300 | 314 | 264 | 6 | 0 | 14 | 24 | 132 | 23 | 113 |
| Binary | 11000000 | 11001100 | 10110100 | 110 | 0 | 1100 | 10100 | 1011010 | 10011 | 1001011 |
Color Harmonies of #C0CCB4
Complementary color
Monochromatic Colors of #C0CCB4
Black with #C0CCB4
Text Example
Text Example
White with #C0CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCB4; }
p { color: rgb(192,204,180); }
H1.HeaderClassName
{
color: #C0CCB4;
}
.AnyTagClassName
{
color: #C0CCB4;
}
</style>
background-color css
<style>
a { background-color: #C0CCB4; }
a { background-color: rgb(192,204,180); }
div.DivClassName
{
background-color: #C0CCB4;
}
.BgClassName
{
background-color: #C0CCB4;
}
</style>
border-color css
<style>
span { border-color: #C0CCB4; }
span { border-color: rgb(192,204,180); }
td.TdClassName
{
border-color: #C0CCB4;
}
.TagClassName
{
border-color: #C0CCB4;
}
</style>