Shades of Spindle #C0C7CE
Tints of Spindle #C0C7CE
RGB
CMYK
RGB Variations
Color information
#C0C7CE (or 0xC0C7CE) is known color: Spindle. HEX triplet: C0, C7 and CE. RGB value is (192,199,206). Sum of RGB (Red+Green+Blue) = 192+199+206=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7CE is #3F3831. Grayscale: #C5C5C5. Windows color (decimal): -4143154 or 13551552. OLE color: 13551552.
HSL color Cylindrical-coordinate representation of color #C0C7CE: hue angle of 210º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0C7CE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 199 | 206 | - |
CMYK | 0.07 | 0.03 | 0 | 0.19 |
HSL | 210º | 0.13% | 0.78% | - |
HSV(B) | 210º | 0.07% | 0.81% | - |
XYZ | 53.3 | 56.51 | 66.49 | - |
YUV | 197.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 199 | 206 | 0.07 | 0.03 | 0 | 0.19 | 210 | 0.13 | 0.78 |
Hex | C0 | C7 | CE | 7 | 3 | 0 | 13 | D2 | C | 4E |
Octal | 300 | 307 | 316 | 7 | 3 | 0 | 23 | 322 | 14 | 116 |
Binary | 11000000 | 11000111 | 11001110 | 111 | 11 | 0 | 10011 | 11010010 | 1100 | 1001110 |
Color Harmonies of #C0C7CE
Complementary color
Monochromatic Colors of #C0C7CE
Black with #C0C7CE
Text Example
Text Example
White with #C0C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7CE; }
p { color: rgb(192,199,206); }
H1.HeaderClassName
{
color: #C0C7CE;
}
.AnyTagClassName
{
color: #C0C7CE;
}
</style>
background-color css
<style>
a { background-color: #C0C7CE; }
a { background-color: rgb(192,199,206); }
div.DivClassName
{
background-color: #C0C7CE;
}
.BgClassName
{
background-color: #C0C7CE;
}
</style>
border-color css
<style>
span { border-color: #C0C7CE; }
span { border-color: rgb(192,199,206); }
td.TdClassName
{
border-color: #C0C7CE;
}
.TagClassName
{
border-color: #C0C7CE;
}
</style>