Shades of Pumice #C0CCB7
Tints of Pumice #C0CCB7
RGB
CMYK
RGB Variations
Color information
#C0CCB7 (or 0xC0CCB7) is known color: Pumice. HEX triplet: C0, CC and B7. RGB value is (192,204,183). Sum of RGB (Red+Green+Blue) = 192+204+183=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCB7 is #3F3348. Grayscale: #C6C6C6. Windows color (decimal): -4141897 or 12045504. OLE color: 12045504.
HSL color Cylindrical-coordinate representation of color #C0CCB7: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CCB7 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 183 | - |
CMYK | 0.06 | 0 | 0.10 | 0.2 |
HSL | 94.29º | 0.17% | 0.76% | - |
HSV(B) | 94.29º | 0.1% | 0.8% | - |
XYZ | 51.88 | 57.81 | 53.22 | - |
YUV | 198.02 | 119.52 | 123.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 183 | 0.06 | 0 | 0.10 | 0.2 | 94.29 | 0.17 | 0.76 |
Hex | C0 | CC | B7 | 6 | 0 | A | 14 | 5E | 11 | 4C |
Octal | 300 | 314 | 267 | 6 | 0 | 12 | 24 | 136 | 21 | 114 |
Binary | 11000000 | 11001100 | 10110111 | 110 | 0 | 1010 | 10100 | 1011110 | 10001 | 1001100 |
Color Harmonies of #C0CCB7
Complementary color
Monochromatic Colors of #C0CCB7
Black with #C0CCB7
Text Example
Text Example
White with #C0CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCB7; }
p { color: rgb(192,204,183); }
H1.HeaderClassName
{
color: #C0CCB7;
}
.AnyTagClassName
{
color: #C0CCB7;
}
</style>
background-color css
<style>
a { background-color: #C0CCB7; }
a { background-color: rgb(192,204,183); }
div.DivClassName
{
background-color: #C0CCB7;
}
.BgClassName
{
background-color: #C0CCB7;
}
</style>
border-color css
<style>
span { border-color: #C0CCB7; }
span { border-color: rgb(192,204,183); }
td.TdClassName
{
border-color: #C0CCB7;
}
.TagClassName
{
border-color: #C0CCB7;
}
</style>