Shades of Spindle #C2CBCF
Tints of Spindle #C2CBCF
RGB
CMYK
RGB Variations
Color information
#C2CBCF (or 0xC2CBCF) is known color: Spindle. HEX triplet: C2, CB and CF. RGB value is (194,203,207). Sum of RGB (Red+Green+Blue) = 194+203+207=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBCF is #3D3430. Grayscale: #C8C8C8. Windows color (decimal): -4011057 or 13618114. OLE color: 13618114.
HSL color Cylindrical-coordinate representation of color #C2CBCF: hue angle of 198.46º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CBCF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 203 | 207 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.19 |
| HSL | 198.46º | 0.12% | 0.79% | - |
| HSV(B) | 198.46º | 0.06% | 0.81% | - |
| XYZ | 54.87 | 58.69 | 67.47 | - |
| YUV | 200.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 207 | 0.06 | 0.02 | 0 | 0.19 | 198.46 | 0.12 | 0.79 |
| Hex | C2 | CB | CF | 6 | 2 | 0 | 13 | C6 | C | 4F |
| Octal | 302 | 313 | 317 | 6 | 2 | 0 | 23 | 306 | 14 | 117 |
| Binary | 11000010 | 11001011 | 11001111 | 110 | 10 | 0 | 10011 | 11000110 | 1100 | 1001111 |
Color Harmonies of #C2CBCF
Complementary color
Monochromatic Colors of #C2CBCF
Black with #C2CBCF
Text Example
Text Example
White with #C2CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBCF; }
p { color: rgb(194,203,207); }
H1.HeaderClassName
{
color: #C2CBCF;
}
.AnyTagClassName
{
color: #C2CBCF;
}
</style>
background-color css
<style>
a { background-color: #C2CBCF; }
a { background-color: rgb(194,203,207); }
div.DivClassName
{
background-color: #C2CBCF;
}
.BgClassName
{
background-color: #C2CBCF;
}
</style>
border-color css
<style>
span { border-color: #C2CBCF; }
span { border-color: rgb(194,203,207); }
td.TdClassName
{
border-color: #C2CBCF;
}
.TagClassName
{
border-color: #C2CBCF;
}
</style>