Shades of Pumice #C2CFB8
Tints of Pumice #C2CFB8
RGB
CMYK
RGB Variations
Color information
#C2CFB8 (or 0xC2CFB8) is known color: Pumice. HEX triplet: C2, CF and B8. RGB value is (194,207,184). Sum of RGB (Red+Green+Blue) = 194+207+184=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFB8 is #3D3047. Grayscale: #C8C8C8. Windows color (decimal): -4010056 or 12111810. OLE color: 12111810.
HSL color Cylindrical-coordinate representation of color #C2CFB8: hue angle of 93.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CFB8 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 184 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.19 |
| HSL | 93.91º | 0.19% | 0.77% | - |
| HSV(B) | 93.91º | 0.11% | 0.81% | - |
| XYZ | 53.21 | 59.56 | 54.04 | - |
| YUV | 200.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 184 | 0.06 | 0 | 0.11 | 0.19 | 93.91 | 0.19 | 0.77 |
| Hex | C2 | CF | B8 | 6 | 0 | B | 13 | 5E | 13 | 4D |
| Octal | 302 | 317 | 270 | 6 | 0 | 13 | 23 | 136 | 23 | 115 |
| Binary | 11000010 | 11001111 | 10111000 | 110 | 0 | 1011 | 10011 | 1011110 | 10011 | 1001101 |
Color Harmonies of #C2CFB8
Complementary color
Monochromatic Colors of #C2CFB8
Black with #C2CFB8
Text Example
Text Example
White with #C2CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFB8; }
p { color: rgb(194,207,184); }
H1.HeaderClassName
{
color: #C2CFB8;
}
.AnyTagClassName
{
color: #C2CFB8;
}
</style>
background-color css
<style>
a { background-color: #C2CFB8; }
a { background-color: rgb(194,207,184); }
div.DivClassName
{
background-color: #C2CFB8;
}
.BgClassName
{
background-color: #C2CFB8;
}
</style>
border-color css
<style>
span { border-color: #C2CFB8; }
span { border-color: rgb(194,207,184); }
td.TdClassName
{
border-color: #C2CFB8;
}
.TagClassName
{
border-color: #C2CFB8;
}
</style>