Shades of Spindle #C2C9CD
Tints of Spindle #C2C9CD
RGB
CMYK
RGB Variations
Color information
#C2C9CD (or 0xC2C9CD) is known color: Spindle. HEX triplet: C2, C9 and CD. RGB value is (194,201,205). Sum of RGB (Red+Green+Blue) = 194+201+205=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9CD is #3D3632. Grayscale: #C7C7C7. Windows color (decimal): -4011571 or 13486530. OLE color: 13486530.
HSL color Cylindrical-coordinate representation of color #C2C9CD: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C9CD is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 201 | 205 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.20 |
| HSL | 201.82º | 0.1% | 0.78% | - |
| HSV(B) | 201.82º | 0.05% | 0.8% | - |
| XYZ | 54.15 | 57.65 | 66.03 | - |
| YUV | 199.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 205 | 0.05 | 0.02 | 0 | 0.20 | 201.82 | 0.1 | 0.78 |
| Hex | C2 | C9 | CD | 5 | 2 | 0 | 14 | CA | A | 4E |
| Octal | 302 | 311 | 315 | 5 | 2 | 0 | 24 | 312 | 12 | 116 |
| Binary | 11000010 | 11001001 | 11001101 | 101 | 10 | 0 | 10100 | 11001010 | 1010 | 1001110 |
Color Harmonies of #C2C9CD
Complementary color
Monochromatic Colors of #C2C9CD
Black with #C2C9CD
Text Example
Text Example
White with #C2C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9CD; }
p { color: rgb(194,201,205); }
H1.HeaderClassName
{
color: #C2C9CD;
}
.AnyTagClassName
{
color: #C2C9CD;
}
</style>
background-color css
<style>
a { background-color: #C2C9CD; }
a { background-color: rgb(194,201,205); }
div.DivClassName
{
background-color: #C2C9CD;
}
.BgClassName
{
background-color: #C2C9CD;
}
</style>
border-color css
<style>
span { border-color: #C2C9CD; }
span { border-color: rgb(194,201,205); }
td.TdClassName
{
border-color: #C2C9CD;
}
.TagClassName
{
border-color: #C2C9CD;
}
</style>