Shades of Pumice #C0CBB6
Tints of Pumice #C0CBB6
RGB
CMYK
RGB Variations
Color information
#C0CBB6 (or 0xC0CBB6) is known color: Pumice. HEX triplet: C0, CB and B6. RGB value is (192,203,182). Sum of RGB (Red+Green+Blue) = 192+203+182=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBB6 is #3F3449. Grayscale: #C5C5C5. Windows color (decimal): -4142154 or 11979712. OLE color: 11979712.
HSL color Cylindrical-coordinate representation of color #C0CBB6: hue angle of 91.43º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CBB6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 203 | 182 | - |
CMYK | 0.05 | 0 | 0.10 | 0.20 |
HSL | 91.43º | 0.17% | 0.75% | - |
HSV(B) | 91.43º | 0.1% | 0.8% | - |
XYZ | 51.54 | 57.3 | 52.6 | - |
YUV | 197.32 | 119.36 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 182 | 0.05 | 0 | 0.10 | 0.20 | 91.43 | 0.17 | 0.75 |
Hex | C0 | CB | B6 | 5 | 0 | A | 14 | 5B | 11 | 4B |
Octal | 300 | 313 | 266 | 5 | 0 | 12 | 24 | 133 | 21 | 113 |
Binary | 11000000 | 11001011 | 10110110 | 101 | 0 | 1010 | 10100 | 1011011 | 10001 | 1001011 |
Color Harmonies of #C0CBB6
Complementary color
Monochromatic Colors of #C0CBB6
Black with #C0CBB6
Text Example
Text Example
White with #C0CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBB6; }
p { color: rgb(192,203,182); }
H1.HeaderClassName
{
color: #C0CBB6;
}
.AnyTagClassName
{
color: #C0CBB6;
}
</style>
background-color css
<style>
a { background-color: #C0CBB6; }
a { background-color: rgb(192,203,182); }
div.DivClassName
{
background-color: #C0CBB6;
}
.BgClassName
{
background-color: #C0CBB6;
}
</style>
border-color css
<style>
span { border-color: #C0CBB6; }
span { border-color: rgb(192,203,182); }
td.TdClassName
{
border-color: #C0CBB6;
}
.TagClassName
{
border-color: #C0CBB6;
}
</style>