Shades of Pumice #C1CDB7
Tints of Pumice #C1CDB7
RGB
CMYK
RGB Variations
Color information
#C1CDB7 (or 0xC1CDB7) is known color: Pumice. HEX triplet: C1, CD and B7. RGB value is (193,205,183). Sum of RGB (Red+Green+Blue) = 193+205+183=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDB7 is #3E3248. Grayscale: #C6C6C6. Windows color (decimal): -4076105 or 12045761. OLE color: 12045761.
HSL color Cylindrical-coordinate representation of color #C1CDB7: hue angle of 92.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CDB7 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 183 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.20 |
| HSL | 92.73º | 0.18% | 0.76% | - |
| HSV(B) | 92.73º | 0.11% | 0.8% | - |
| XYZ | 52.37 | 58.42 | 53.32 | - |
| YUV | 198.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 183 | 0.06 | 0 | 0.11 | 0.20 | 92.73 | 0.18 | 0.76 |
| Hex | C1 | CD | B7 | 6 | 0 | B | 14 | 5D | 12 | 4C |
| Octal | 301 | 315 | 267 | 6 | 0 | 13 | 24 | 135 | 22 | 114 |
| Binary | 11000001 | 11001101 | 10110111 | 110 | 0 | 1011 | 10100 | 1011101 | 10010 | 1001100 |
Color Harmonies of #C1CDB7
Complementary color
Monochromatic Colors of #C1CDB7
Black with #C1CDB7
Text Example
Text Example
White with #C1CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDB7; }
p { color: rgb(193,205,183); }
H1.HeaderClassName
{
color: #C1CDB7;
}
.AnyTagClassName
{
color: #C1CDB7;
}
</style>
background-color css
<style>
a { background-color: #C1CDB7; }
a { background-color: rgb(193,205,183); }
div.DivClassName
{
background-color: #C1CDB7;
}
.BgClassName
{
background-color: #C1CDB7;
}
</style>
border-color css
<style>
span { border-color: #C1CDB7; }
span { border-color: rgb(193,205,183); }
td.TdClassName
{
border-color: #C1CDB7;
}
.TagClassName
{
border-color: #C1CDB7;
}
</style>