Shades of Spindle #C2CACF
Tints of Spindle #C2CACF
RGB
CMYK
RGB Variations
Color information
#C2CACF (or 0xC2CACF) is known color: Spindle. HEX triplet: C2, CA and CF. RGB value is (194,202,207). Sum of RGB (Red+Green+Blue) = 194+202+207=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CACF is #3D3530. Grayscale: #C8C8C8. Windows color (decimal): -4011313 or 13617858. OLE color: 13617858.
HSL color Cylindrical-coordinate representation of color #C2CACF: hue angle of 203.08º degrees, saturation: 0.12, 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 #C2CACF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 202 | 207 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.19 |
| HSL | 203.08º | 0.12% | 0.79% | - |
| HSV(B) | 203.08º | 0.06% | 0.81% | - |
| XYZ | 54.63 | 58.22 | 67.39 | - |
| YUV | 200.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 207 | 0.06 | 0.02 | 0 | 0.19 | 203.08 | 0.12 | 0.79 |
| Hex | C2 | CA | CF | 6 | 2 | 0 | 13 | CB | C | 4F |
| Octal | 302 | 312 | 317 | 6 | 2 | 0 | 23 | 313 | 14 | 117 |
| Binary | 11000010 | 11001010 | 11001111 | 110 | 10 | 0 | 10011 | 11001011 | 1100 | 1001111 |
Color Harmonies of #C2CACF
Complementary color
Monochromatic Colors of #C2CACF
Black with #C2CACF
Text Example
Text Example
White with #C2CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CACF; }
p { color: rgb(194,202,207); }
H1.HeaderClassName
{
color: #C2CACF;
}
.AnyTagClassName
{
color: #C2CACF;
}
</style>
background-color css
<style>
a { background-color: #C2CACF; }
a { background-color: rgb(194,202,207); }
div.DivClassName
{
background-color: #C2CACF;
}
.BgClassName
{
background-color: #C2CACF;
}
</style>
border-color css
<style>
span { border-color: #C2CACF; }
span { border-color: rgb(194,202,207); }
td.TdClassName
{
border-color: #C2CACF;
}
.TagClassName
{
border-color: #C2CACF;
}
</style>