Shades of Pumice #C3CFB6
Tints of Pumice #C3CFB6
RGB
CMYK
RGB Variations
Color information
#C3CFB6 (or 0xC3CFB6) is known color: Pumice. HEX triplet: C3, CF and B6. RGB value is (195,207,182). Sum of RGB (Red+Green+Blue) = 195+207+182=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFB6 is #3C3049. Grayscale: #C8C8C8. Windows color (decimal): -3944522 or 11980739. OLE color: 11980739.
HSL color Cylindrical-coordinate representation of color #C3CFB6: hue angle of 88.8º degrees, saturation: 0.21, 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 #C3CFB6 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 182 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.19 |
| HSL | 88.8º | 0.21% | 0.76% | - |
| HSV(B) | 88.8º | 0.12% | 0.81% | - |
| XYZ | 53.26 | 59.61 | 52.95 | - |
| YUV | 200.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 182 | 0.06 | 0 | 0.12 | 0.19 | 88.8 | 0.21 | 0.76 |
| Hex | C3 | CF | B6 | 6 | 0 | C | 13 | 59 | 15 | 4C |
| Octal | 303 | 317 | 266 | 6 | 0 | 14 | 23 | 131 | 25 | 114 |
| Binary | 11000011 | 11001111 | 10110110 | 110 | 0 | 1100 | 10011 | 1011001 | 10101 | 1001100 |
Color Harmonies of #C3CFB6
Complementary color
Monochromatic Colors of #C3CFB6
Black with #C3CFB6
Text Example
Text Example
White with #C3CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFB6; }
p { color: rgb(195,207,182); }
H1.HeaderClassName
{
color: #C3CFB6;
}
.AnyTagClassName
{
color: #C3CFB6;
}
</style>
background-color css
<style>
a { background-color: #C3CFB6; }
a { background-color: rgb(195,207,182); }
div.DivClassName
{
background-color: #C3CFB6;
}
.BgClassName
{
background-color: #C3CFB6;
}
</style>
border-color css
<style>
span { border-color: #C3CFB6; }
span { border-color: rgb(195,207,182); }
td.TdClassName
{
border-color: #C3CFB6;
}
.TagClassName
{
border-color: #C3CFB6;
}
</style>