Shades of Spindle #C3CBCF
Tints of Spindle #C3CBCF
RGB
CMYK
RGB Variations
Color information
#C3CBCF (or 0xC3CBCF) is known color: Spindle. HEX triplet: C3, CB and CF. RGB value is (195,203,207). Sum of RGB (Red+Green+Blue) = 195+203+207=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCF is #3C3430. Grayscale: #C9C9C9. Windows color (decimal): -3945521 or 13618115. OLE color: 13618115.
HSL color Cylindrical-coordinate representation of color #C3CBCF: hue angle of 200º degrees, saturation: 0.11, 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 #C3CBCF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 203 | 207 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.19 |
| HSL | 200º | 0.11% | 0.79% | - |
| HSV(B) | 200º | 0.06% | 0.81% | - |
| XYZ | 55.12 | 58.82 | 67.48 | - |
| YUV | 201.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 207 | 0.06 | 0.02 | 0 | 0.19 | 200 | 0.11 | 0.79 |
| Hex | C3 | CB | CF | 6 | 2 | 0 | 13 | C8 | B | 4F |
| Octal | 303 | 313 | 317 | 6 | 2 | 0 | 23 | 310 | 13 | 117 |
| Binary | 11000011 | 11001011 | 11001111 | 110 | 10 | 0 | 10011 | 11001000 | 1011 | 1001111 |
Color Harmonies of #C3CBCF
Complementary color
Monochromatic Colors of #C3CBCF
Black with #C3CBCF
Text Example
Text Example
White with #C3CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBCF; }
p { color: rgb(195,203,207); }
H1.HeaderClassName
{
color: #C3CBCF;
}
.AnyTagClassName
{
color: #C3CBCF;
}
</style>
background-color css
<style>
a { background-color: #C3CBCF; }
a { background-color: rgb(195,203,207); }
div.DivClassName
{
background-color: #C3CBCF;
}
.BgClassName
{
background-color: #C3CBCF;
}
</style>
border-color css
<style>
span { border-color: #C3CBCF; }
span { border-color: rgb(195,203,207); }
td.TdClassName
{
border-color: #C3CBCF;
}
.TagClassName
{
border-color: #C3CBCF;
}
</style>