Shades of Pumice #C5CEBC
Tints of Pumice #C5CEBC
RGB
CMYK
RGB Variations
Color information
#C5CEBC (or 0xC5CEBC) is known color: Pumice. HEX triplet: C5, CE and BC. RGB value is (197,206,188). Sum of RGB (Red+Green+Blue) = 197+206+188=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEBC is #3A3143. Grayscale: #C9C9C9. Windows color (decimal): -3813700 or 12373701. OLE color: 12373701.
HSL color Cylindrical-coordinate representation of color #C5CEBC: hue angle of 90º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5CEBC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 188 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.19 |
| HSL | 90º | 0.16% | 0.77% | - |
| HSV(B) | 90º | 0.09% | 0.81% | - |
| XYZ | 54.17 | 59.64 | 56.23 | - |
| YUV | 201.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 188 | 0.04 | 0 | 0.09 | 0.19 | 90 | 0.16 | 0.77 |
| Hex | C5 | CE | BC | 4 | 0 | 9 | 13 | 5A | 10 | 4D |
| Octal | 305 | 316 | 274 | 4 | 0 | 11 | 23 | 132 | 20 | 115 |
| Binary | 11000101 | 11001110 | 10111100 | 100 | 0 | 1001 | 10011 | 1011010 | 10000 | 1001101 |
Color Harmonies of #C5CEBC
Complementary color
Monochromatic Colors of #C5CEBC
Black with #C5CEBC
Text Example
Text Example
White with #C5CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEBC; }
p { color: rgb(197,206,188); }
H1.HeaderClassName
{
color: #C5CEBC;
}
.AnyTagClassName
{
color: #C5CEBC;
}
</style>
background-color css
<style>
a { background-color: #C5CEBC; }
a { background-color: rgb(197,206,188); }
div.DivClassName
{
background-color: #C5CEBC;
}
.BgClassName
{
background-color: #C5CEBC;
}
</style>
border-color css
<style>
span { border-color: #C5CEBC; }
span { border-color: rgb(197,206,188); }
td.TdClassName
{
border-color: #C5CEBC;
}
.TagClassName
{
border-color: #C5CEBC;
}
</style>