Shades of Spindle #C1CBD0
Tints of Spindle #C1CBD0
RGB
CMYK
RGB Variations
Color information
#C1CBD0 (or 0xC1CBD0) is known color: Spindle. HEX triplet: C1, CB and D0. RGB value is (193,203,208). Sum of RGB (Red+Green+Blue) = 193+203+208=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBD0 is #3E342F. Grayscale: #C8C8C8. Windows color (decimal): -4076592 or 13683649. OLE color: 13683649.
HSL color Cylindrical-coordinate representation of color #C1CBD0: hue angle of 200º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CBD0 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 203 | 208 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.18 |
| HSL | 200º | 0.14% | 0.79% | - |
| HSV(B) | 200º | 0.07% | 0.82% | - |
| XYZ | 54.73 | 58.6 | 68.1 | - |
| YUV | 200.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 208 | 0.07 | 0.02 | 0 | 0.18 | 200 | 0.14 | 0.79 |
| Hex | C1 | CB | D0 | 7 | 2 | 0 | 12 | C8 | E | 4F |
| Octal | 301 | 313 | 320 | 7 | 2 | 0 | 22 | 310 | 16 | 117 |
| Binary | 11000001 | 11001011 | 11010000 | 111 | 10 | 0 | 10010 | 11001000 | 1110 | 1001111 |
Color Harmonies of #C1CBD0
Complementary color
Monochromatic Colors of #C1CBD0
Black with #C1CBD0
Text Example
Text Example
White with #C1CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBD0; }
p { color: rgb(193,203,208); }
H1.HeaderClassName
{
color: #C1CBD0;
}
.AnyTagClassName
{
color: #C1CBD0;
}
</style>
background-color css
<style>
a { background-color: #C1CBD0; }
a { background-color: rgb(193,203,208); }
div.DivClassName
{
background-color: #C1CBD0;
}
.BgClassName
{
background-color: #C1CBD0;
}
</style>
border-color css
<style>
span { border-color: #C1CBD0; }
span { border-color: rgb(193,203,208); }
td.TdClassName
{
border-color: #C1CBD0;
}
.TagClassName
{
border-color: #C1CBD0;
}
</style>