Shades of Spindle #C2C7CA
Tints of Spindle #C2C7CA
RGB
CMYK
RGB Variations
Color information
#C2C7CA (or 0xC2C7CA) is known color: Spindle. HEX triplet: C2, C7 and CA. RGB value is (194,199,202). Sum of RGB (Red+Green+Blue) = 194+199+202=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7CA is #3D3835. Grayscale: #C5C5C5. Windows color (decimal): -4012086 or 13289410. OLE color: 13289410.
HSL color Cylindrical-coordinate representation of color #C2C7CA: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2C7CA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 199 | 202 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.21 |
| HSL | 202.5º | 0.07% | 0.78% | - |
| HSV(B) | 202.5º | 0.04% | 0.79% | - |
| XYZ | 53.33 | 56.58 | 63.99 | - |
| YUV | 197.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 202 | 0.04 | 0.01 | 0 | 0.21 | 202.5 | 0.07 | 0.78 |
| Hex | C2 | C7 | CA | 4 | 1 | 0 | 15 | CA | 7 | 4E |
| Octal | 302 | 307 | 312 | 4 | 1 | 0 | 25 | 312 | 7 | 116 |
| Binary | 11000010 | 11000111 | 11001010 | 100 | 1 | 0 | 10101 | 11001010 | 111 | 1001110 |
Color Harmonies of #C2C7CA
Complementary color
Monochromatic Colors of #C2C7CA
Black with #C2C7CA
Text Example
Text Example
White with #C2C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7CA; }
p { color: rgb(194,199,202); }
H1.HeaderClassName
{
color: #C2C7CA;
}
.AnyTagClassName
{
color: #C2C7CA;
}
</style>
background-color css
<style>
a { background-color: #C2C7CA; }
a { background-color: rgb(194,199,202); }
div.DivClassName
{
background-color: #C2C7CA;
}
.BgClassName
{
background-color: #C2C7CA;
}
</style>
border-color css
<style>
span { border-color: #C2C7CA; }
span { border-color: rgb(194,199,202); }
td.TdClassName
{
border-color: #C2C7CA;
}
.TagClassName
{
border-color: #C2C7CA;
}
</style>