Shades of Pumice #C1CEB5
Tints of Pumice #C1CEB5
RGB
CMYK
RGB Variations
Color information
#C1CEB5 (or 0xC1CEB5) is known color: Pumice. HEX triplet: C1, CE and B5. RGB value is (193,206,181). Sum of RGB (Red+Green+Blue) = 193+206+181=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEB5 is #3E314A. Grayscale: #C7C7C7. Windows color (decimal): -4075851 or 11914945. OLE color: 11914945.
HSL color Cylindrical-coordinate representation of color #C1CEB5: hue angle of 91.2º 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 #C1CEB5 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 181 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.19 |
| HSL | 91.2º | 0.2% | 0.76% | - |
| HSV(B) | 91.2º | 0.12% | 0.81% | - |
| XYZ | 52.4 | 58.82 | 52.31 | - |
| YUV | 199.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 181 | 0.06 | 0 | 0.12 | 0.19 | 91.2 | 0.2 | 0.76 |
| Hex | C1 | CE | B5 | 6 | 0 | C | 13 | 5B | 14 | 4C |
| Octal | 301 | 316 | 265 | 6 | 0 | 14 | 23 | 133 | 24 | 114 |
| Binary | 11000001 | 11001110 | 10110101 | 110 | 0 | 1100 | 10011 | 1011011 | 10100 | 1001100 |
Color Harmonies of #C1CEB5
Complementary color
Monochromatic Colors of #C1CEB5
Black with #C1CEB5
Text Example
Text Example
White with #C1CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEB5; }
p { color: rgb(193,206,181); }
H1.HeaderClassName
{
color: #C1CEB5;
}
.AnyTagClassName
{
color: #C1CEB5;
}
</style>
background-color css
<style>
a { background-color: #C1CEB5; }
a { background-color: rgb(193,206,181); }
div.DivClassName
{
background-color: #C1CEB5;
}
.BgClassName
{
background-color: #C1CEB5;
}
</style>
border-color css
<style>
span { border-color: #C1CEB5; }
span { border-color: rgb(193,206,181); }
td.TdClassName
{
border-color: #C1CEB5;
}
.TagClassName
{
border-color: #C1CEB5;
}
</style>