Shades of Spindle #C0CBD2
Tints of Spindle #C0CBD2
RGB
CMYK
RGB Variations
Color information
#C0CBD2 (or 0xC0CBD2) is known color: Spindle. HEX triplet: C0, CB and D2. RGB value is (192,203,210). Sum of RGB (Red+Green+Blue) = 192+203+210=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBD2 is #3F342D. Grayscale: #C8C8C8. Windows color (decimal): -4142126 or 13814720. OLE color: 13814720.
HSL color Cylindrical-coordinate representation of color #C0CBD2: hue angle of 203.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CBD2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 203 | 210 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.18 |
| HSL | 203.33º | 0.17% | 0.79% | - |
| HSV(B) | 203.33º | 0.09% | 0.82% | - |
| XYZ | 54.73 | 58.57 | 69.39 | - |
| YUV | 200.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 210 | 0.09 | 0.03 | 0 | 0.18 | 203.33 | 0.17 | 0.79 |
| Hex | C0 | CB | D2 | 9 | 3 | 0 | 12 | CB | 11 | 4F |
| Octal | 300 | 313 | 322 | 11 | 3 | 0 | 22 | 313 | 21 | 117 |
| Binary | 11000000 | 11001011 | 11010010 | 1001 | 11 | 0 | 10010 | 11001011 | 10001 | 1001111 |
Color Harmonies of #C0CBD2
Complementary color
Monochromatic Colors of #C0CBD2
Black with #C0CBD2
Text Example
Text Example
White with #C0CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBD2; }
p { color: rgb(192,203,210); }
H1.HeaderClassName
{
color: #C0CBD2;
}
.AnyTagClassName
{
color: #C0CBD2;
}
</style>
background-color css
<style>
a { background-color: #C0CBD2; }
a { background-color: rgb(192,203,210); }
div.DivClassName
{
background-color: #C0CBD2;
}
.BgClassName
{
background-color: #C0CBD2;
}
</style>
border-color css
<style>
span { border-color: #C0CBD2; }
span { border-color: rgb(192,203,210); }
td.TdClassName
{
border-color: #C0CBD2;
}
.TagClassName
{
border-color: #C0CBD2;
}
</style>