Shades of Pumice #C1CCB5
Tints of Pumice #C1CCB5
RGB
CMYK
RGB Variations
Color information
#C1CCB5 (or 0xC1CCB5) is known color: Pumice. HEX triplet: C1, CC and B5. RGB value is (193,204,181). Sum of RGB (Red+Green+Blue) = 193+204+181=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCB5 is #3E334A. Grayscale: #C6C6C6. Windows color (decimal): -4076363 or 11914433. OLE color: 11914433.
HSL color Cylindrical-coordinate representation of color #C1CCB5: hue angle of 88.7º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CCB5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 193 | 204 | 181 | - |
CMYK | 0.05 | 0 | 0.11 | 0.2 |
HSL | 88.7º | 0.18% | 0.75% | - |
HSV(B) | 88.7º | 0.11% | 0.8% | - |
XYZ | 51.93 | 57.86 | 52.15 | - |
YUV | 198.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 204 | 181 | 0.05 | 0 | 0.11 | 0.2 | 88.7 | 0.18 | 0.75 |
Hex | C1 | CC | B5 | 5 | 0 | B | 14 | 59 | 12 | 4B |
Octal | 301 | 314 | 265 | 5 | 0 | 13 | 24 | 131 | 22 | 113 |
Binary | 11000001 | 11001100 | 10110101 | 101 | 0 | 1011 | 10100 | 1011001 | 10010 | 1001011 |
Color Harmonies of #C1CCB5
Complementary color
Monochromatic Colors of #C1CCB5
Black with #C1CCB5
Text Example
Text Example
White with #C1CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCB5; }
p { color: rgb(193,204,181); }
H1.HeaderClassName
{
color: #C1CCB5;
}
.AnyTagClassName
{
color: #C1CCB5;
}
</style>
background-color css
<style>
a { background-color: #C1CCB5; }
a { background-color: rgb(193,204,181); }
div.DivClassName
{
background-color: #C1CCB5;
}
.BgClassName
{
background-color: #C1CCB5;
}
</style>
border-color css
<style>
span { border-color: #C1CCB5; }
span { border-color: rgb(193,204,181); }
td.TdClassName
{
border-color: #C1CCB5;
}
.TagClassName
{
border-color: #C1CCB5;
}
</style>