Shades of Spindle #C5CBCE
Tints of Spindle #C5CBCE
RGB
CMYK
RGB Variations
Color information
#C5CBCE (or 0xC5CBCE) is known color: Spindle. HEX triplet: C5, CB and CE. RGB value is (197,203,206). Sum of RGB (Red+Green+Blue) = 197+203+206=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCE is #3A3431. Grayscale: #C9C9C9. Windows color (decimal): -3814450 or 13552581. OLE color: 13552581.
HSL color Cylindrical-coordinate representation of color #C5CBCE: hue angle of 200º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CBCE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 203 | 206 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.19 |
| HSL | 200º | 0.08% | 0.79% | - |
| HSV(B) | 200º | 0.04% | 0.81% | - |
| XYZ | 55.52 | 59.04 | 66.86 | - |
| YUV | 201.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 206 | 0.04 | 0.01 | 0 | 0.19 | 200 | 0.08 | 0.79 |
| Hex | C5 | CB | CE | 4 | 1 | 0 | 13 | C8 | 8 | 4F |
| Octal | 305 | 313 | 316 | 4 | 1 | 0 | 23 | 310 | 10 | 117 |
| Binary | 11000101 | 11001011 | 11001110 | 100 | 1 | 0 | 10011 | 11001000 | 1000 | 1001111 |
Color Harmonies of #C5CBCE
Complementary color
Monochromatic Colors of #C5CBCE
Black with #C5CBCE
Text Example
Text Example
White with #C5CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBCE; }
p { color: rgb(197,203,206); }
H1.HeaderClassName
{
color: #C5CBCE;
}
.AnyTagClassName
{
color: #C5CBCE;
}
</style>
background-color css
<style>
a { background-color: #C5CBCE; }
a { background-color: rgb(197,203,206); }
div.DivClassName
{
background-color: #C5CBCE;
}
.BgClassName
{
background-color: #C5CBCE;
}
</style>
border-color css
<style>
span { border-color: #C5CBCE; }
span { border-color: rgb(197,203,206); }
td.TdClassName
{
border-color: #C5CBCE;
}
.TagClassName
{
border-color: #C5CBCE;
}
</style>