Shades of Pumice #C2CEB6
Tints of Pumice #C2CEB6
RGB
CMYK
RGB Variations
Color information
#C2CEB6 (or 0xC2CEB6) is known color: Pumice. HEX triplet: C2, CE and B6. RGB value is (194,206,182). Sum of RGB (Red+Green+Blue) = 194+206+182=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB6 is #3D3149. Grayscale: #C7C7C7. Windows color (decimal): -4010314 or 11980482. OLE color: 11980482.
HSL color Cylindrical-coordinate representation of color #C2CEB6: hue angle of 90º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CEB6 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 182 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.19 |
| HSL | 90º | 0.2% | 0.76% | - |
| HSV(B) | 90º | 0.12% | 0.81% | - |
| XYZ | 52.76 | 58.99 | 52.86 | - |
| YUV | 199.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 182 | 0.06 | 0 | 0.12 | 0.19 | 90 | 0.2 | 0.76 |
| Hex | C2 | CE | B6 | 6 | 0 | C | 13 | 5A | 14 | 4C |
| Octal | 302 | 316 | 266 | 6 | 0 | 14 | 23 | 132 | 24 | 114 |
| Binary | 11000010 | 11001110 | 10110110 | 110 | 0 | 1100 | 10011 | 1011010 | 10100 | 1001100 |
Color Harmonies of #C2CEB6
Complementary color
Monochromatic Colors of #C2CEB6
Black with #C2CEB6
Text Example
Text Example
White with #C2CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEB6; }
p { color: rgb(194,206,182); }
H1.HeaderClassName
{
color: #C2CEB6;
}
.AnyTagClassName
{
color: #C2CEB6;
}
</style>
background-color css
<style>
a { background-color: #C2CEB6; }
a { background-color: rgb(194,206,182); }
div.DivClassName
{
background-color: #C2CEB6;
}
.BgClassName
{
background-color: #C2CEB6;
}
</style>
border-color css
<style>
span { border-color: #C2CEB6; }
span { border-color: rgb(194,206,182); }
td.TdClassName
{
border-color: #C2CEB6;
}
.TagClassName
{
border-color: #C2CEB6;
}
</style>