Shades of Spindle #C0CBD3
Tints of Spindle #C0CBD3
RGB
CMYK
RGB Variations
Color information
#C0CBD3 (or 0xC0CBD3) is known color: Spindle. HEX triplet: C0, CB and D3. RGB value is (192,203,211). Sum of RGB (Red+Green+Blue) = 192+203+211=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBD3 is #3F342C. Grayscale: #C8C8C8. Windows color (decimal): -4142125 or 13880256. OLE color: 13880256.
HSL color Cylindrical-coordinate representation of color #C0CBD3: hue angle of 205.26º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CBD3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 203 | 211 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.17 |
| HSL | 205.26º | 0.18% | 0.79% | - |
| HSV(B) | 205.26º | 0.09% | 0.83% | - |
| XYZ | 54.85 | 58.62 | 70.05 | - |
| YUV | 200.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 211 | 0.09 | 0.04 | 0 | 0.17 | 205.26 | 0.18 | 0.79 |
| Hex | C0 | CB | D3 | 9 | 4 | 0 | 11 | CD | 12 | 4F |
| Octal | 300 | 313 | 323 | 11 | 4 | 0 | 21 | 315 | 22 | 117 |
| Binary | 11000000 | 11001011 | 11010011 | 1001 | 100 | 0 | 10001 | 11001101 | 10010 | 1001111 |
Color Harmonies of #C0CBD3
Complementary color
Monochromatic Colors of #C0CBD3
Black with #C0CBD3
Text Example
Text Example
White with #C0CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBD3; }
p { color: rgb(192,203,211); }
H1.HeaderClassName
{
color: #C0CBD3;
}
.AnyTagClassName
{
color: #C0CBD3;
}
</style>
background-color css
<style>
a { background-color: #C0CBD3; }
a { background-color: rgb(192,203,211); }
div.DivClassName
{
background-color: #C0CBD3;
}
.BgClassName
{
background-color: #C0CBD3;
}
</style>
border-color css
<style>
span { border-color: #C0CBD3; }
span { border-color: rgb(192,203,211); }
td.TdClassName
{
border-color: #C0CBD3;
}
.TagClassName
{
border-color: #C0CBD3;
}
</style>