Shades of Pumice #C4CBBE
Tints of Pumice #C4CBBE
RGB
CMYK
RGB Variations
Color information
#C4CBBE (or 0xC4CBBE) is known color: Pumice. HEX triplet: C4, CB and BE. RGB value is (196,203,190). Sum of RGB (Red+Green+Blue) = 196+203+190=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBBE is #3B3441. Grayscale: #C7C7C7. Windows color (decimal): -3880002 or 12504004. OLE color: 12504004.
HSL color Cylindrical-coordinate representation of color #C4CBBE: hue angle of 92.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4CBBE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 190 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.20 |
| HSL | 92.31º | 0.11% | 0.77% | - |
| HSV(B) | 92.31º | 0.06% | 0.8% | - |
| XYZ | 53.42 | 58.17 | 57.13 | - |
| YUV | 199.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 190 | 0.03 | 0 | 0.06 | 0.20 | 92.31 | 0.11 | 0.77 |
| Hex | C4 | CB | BE | 3 | 0 | 6 | 14 | 5C | B | 4D |
| Octal | 304 | 313 | 276 | 3 | 0 | 6 | 24 | 134 | 13 | 115 |
| Binary | 11000100 | 11001011 | 10111110 | 11 | 0 | 110 | 10100 | 1011100 | 1011 | 1001101 |
Color Harmonies of #C4CBBE
Complementary color
Monochromatic Colors of #C4CBBE
Black with #C4CBBE
Text Example
Text Example
White with #C4CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBBE; }
p { color: rgb(196,203,190); }
H1.HeaderClassName
{
color: #C4CBBE;
}
.AnyTagClassName
{
color: #C4CBBE;
}
</style>
background-color css
<style>
a { background-color: #C4CBBE; }
a { background-color: rgb(196,203,190); }
div.DivClassName
{
background-color: #C4CBBE;
}
.BgClassName
{
background-color: #C4CBBE;
}
</style>
border-color css
<style>
span { border-color: #C4CBBE; }
span { border-color: rgb(196,203,190); }
td.TdClassName
{
border-color: #C4CBBE;
}
.TagClassName
{
border-color: #C4CBBE;
}
</style>