Shades of Pumice #C3CEB7
Tints of Pumice #C3CEB7
RGB
CMYK
RGB Variations
Color information
#C3CEB7 (or 0xC3CEB7) is known color: Pumice. HEX triplet: C3, CE and B7. RGB value is (195,206,183). Sum of RGB (Red+Green+Blue) = 195+206+183=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEB7 is #3C3148. Grayscale: #C8C8C8. Windows color (decimal): -3944777 or 12046019. OLE color: 12046019.
HSL color Cylindrical-coordinate representation of color #C3CEB7: hue angle of 88.7º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3CEB7 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 183 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.19 |
| HSL | 88.7º | 0.19% | 0.76% | - |
| HSV(B) | 88.7º | 0.11% | 0.81% | - |
| XYZ | 53.12 | 59.16 | 53.42 | - |
| YUV | 200.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 183 | 0.05 | 0 | 0.11 | 0.19 | 88.7 | 0.19 | 0.76 |
| Hex | C3 | CE | B7 | 5 | 0 | B | 13 | 59 | 13 | 4C |
| Octal | 303 | 316 | 267 | 5 | 0 | 13 | 23 | 131 | 23 | 114 |
| Binary | 11000011 | 11001110 | 10110111 | 101 | 0 | 1011 | 10011 | 1011001 | 10011 | 1001100 |
Color Harmonies of #C3CEB7
Complementary color
Monochromatic Colors of #C3CEB7
Black with #C3CEB7
Text Example
Text Example
White with #C3CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEB7; }
p { color: rgb(195,206,183); }
H1.HeaderClassName
{
color: #C3CEB7;
}
.AnyTagClassName
{
color: #C3CEB7;
}
</style>
background-color css
<style>
a { background-color: #C3CEB7; }
a { background-color: rgb(195,206,183); }
div.DivClassName
{
background-color: #C3CEB7;
}
.BgClassName
{
background-color: #C3CEB7;
}
</style>
border-color css
<style>
span { border-color: #C3CEB7; }
span { border-color: rgb(195,206,183); }
td.TdClassName
{
border-color: #C3CEB7;
}
.TagClassName
{
border-color: #C3CEB7;
}
</style>