Shades of Spindle #C3CACF
Tints of Spindle #C3CACF
RGB
CMYK
RGB Variations
Color information
#C3CACF (or 0xC3CACF) is known color: Spindle. HEX triplet: C3, CA and CF. RGB value is (195,202,207). Sum of RGB (Red+Green+Blue) = 195+202+207=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACF is #3C3530. Grayscale: #C8C8C8. Windows color (decimal): -3945777 or 13617859. OLE color: 13617859.
HSL color Cylindrical-coordinate representation of color #C3CACF: hue angle of 205º 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 #C3CACF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 202 | 207 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.19 |
| HSL | 205º | 0.11% | 0.79% | - |
| HSV(B) | 205º | 0.06% | 0.81% | - |
| XYZ | 54.89 | 58.35 | 67.4 | - |
| YUV | 200.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 207 | 0.06 | 0.02 | 0 | 0.19 | 205 | 0.11 | 0.79 |
| Hex | C3 | CA | CF | 6 | 2 | 0 | 13 | CD | B | 4F |
| Octal | 303 | 312 | 317 | 6 | 2 | 0 | 23 | 315 | 13 | 117 |
| Binary | 11000011 | 11001010 | 11001111 | 110 | 10 | 0 | 10011 | 11001101 | 1011 | 1001111 |
Color Harmonies of #C3CACF
Complementary color
Monochromatic Colors of #C3CACF
Black with #C3CACF
Text Example
Text Example
White with #C3CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CACF; }
p { color: rgb(195,202,207); }
H1.HeaderClassName
{
color: #C3CACF;
}
.AnyTagClassName
{
color: #C3CACF;
}
</style>
background-color css
<style>
a { background-color: #C3CACF; }
a { background-color: rgb(195,202,207); }
div.DivClassName
{
background-color: #C3CACF;
}
.BgClassName
{
background-color: #C3CACF;
}
</style>
border-color css
<style>
span { border-color: #C3CACF; }
span { border-color: rgb(195,202,207); }
td.TdClassName
{
border-color: #C3CACF;
}
.TagClassName
{
border-color: #C3CACF;
}
</style>