Shades of Spindle #C0C6CB
Tints of Spindle #C0C6CB
RGB
CMYK
RGB Variations
Color information
#C0C6CB (or 0xC0C6CB) is known color: Spindle. HEX triplet: C0, C6 and CB. RGB value is (192,198,203). Sum of RGB (Red+Green+Blue) = 192+198+203=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6CB is #3F3934. Grayscale: #C4C4C4. Windows color (decimal): -4143413 or 13354688. OLE color: 13354688.
HSL color Cylindrical-coordinate representation of color #C0C6CB: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C6CB is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 198 | 203 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.20 |
| HSL | 207.27º | 0.1% | 0.77% | - |
| HSV(B) | 207.27º | 0.05% | 0.8% | - |
| XYZ | 52.71 | 55.91 | 64.51 | - |
| YUV | 196.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 203 | 0.05 | 0.02 | 0 | 0.20 | 207.27 | 0.1 | 0.77 |
| Hex | C0 | C6 | CB | 5 | 2 | 0 | 14 | CF | A | 4D |
| Octal | 300 | 306 | 313 | 5 | 2 | 0 | 24 | 317 | 12 | 115 |
| Binary | 11000000 | 11000110 | 11001011 | 101 | 10 | 0 | 10100 | 11001111 | 1010 | 1001101 |
Color Harmonies of #C0C6CB
Complementary color
Monochromatic Colors of #C0C6CB
Black with #C0C6CB
Text Example
Text Example
White with #C0C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6CB; }
p { color: rgb(192,198,203); }
H1.HeaderClassName
{
color: #C0C6CB;
}
.AnyTagClassName
{
color: #C0C6CB;
}
</style>
background-color css
<style>
a { background-color: #C0C6CB; }
a { background-color: rgb(192,198,203); }
div.DivClassName
{
background-color: #C0C6CB;
}
.BgClassName
{
background-color: #C0C6CB;
}
</style>
border-color css
<style>
span { border-color: #C0C6CB; }
span { border-color: rgb(192,198,203); }
td.TdClassName
{
border-color: #C0C6CB;
}
.TagClassName
{
border-color: #C0C6CB;
}
</style>