Shades of Spindle #C4CBCF
Tints of Spindle #C4CBCF
RGB
CMYK
RGB Variations
Color information
#C4CBCF (or 0xC4CBCF) is known color: Spindle. HEX triplet: C4, CB and CF. RGB value is (196,203,207). Sum of RGB (Red+Green+Blue) = 196+203+207=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBCF is #3B3430. Grayscale: #C9C9C9. Windows color (decimal): -3879985 or 13618116. OLE color: 13618116.
HSL color Cylindrical-coordinate representation of color #C4CBCF: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4CBCF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 203 | 207 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.19 |
| HSL | 201.82º | 0.1% | 0.79% | - |
| HSV(B) | 201.82º | 0.05% | 0.81% | - |
| XYZ | 55.38 | 58.95 | 67.49 | - |
| YUV | 201.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 207 | 0.05 | 0.02 | 0 | 0.19 | 201.82 | 0.1 | 0.79 |
| Hex | C4 | CB | CF | 5 | 2 | 0 | 13 | CA | A | 4F |
| Octal | 304 | 313 | 317 | 5 | 2 | 0 | 23 | 312 | 12 | 117 |
| Binary | 11000100 | 11001011 | 11001111 | 101 | 10 | 0 | 10011 | 11001010 | 1010 | 1001111 |
Color Harmonies of #C4CBCF
Complementary color
Monochromatic Colors of #C4CBCF
Black with #C4CBCF
Text Example
Text Example
White with #C4CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBCF; }
p { color: rgb(196,203,207); }
H1.HeaderClassName
{
color: #C4CBCF;
}
.AnyTagClassName
{
color: #C4CBCF;
}
</style>
background-color css
<style>
a { background-color: #C4CBCF; }
a { background-color: rgb(196,203,207); }
div.DivClassName
{
background-color: #C4CBCF;
}
.BgClassName
{
background-color: #C4CBCF;
}
</style>
border-color css
<style>
span { border-color: #C4CBCF; }
span { border-color: rgb(196,203,207); }
td.TdClassName
{
border-color: #C4CBCF;
}
.TagClassName
{
border-color: #C4CBCF;
}
</style>