Shades of Spindle #C1CAD0
Tints of Spindle #C1CAD0
RGB
CMYK
RGB Variations
Color information
#C1CAD0 (or 0xC1CAD0) is known color: Spindle. HEX triplet: C1, CA and D0. RGB value is (193,202,208). Sum of RGB (Red+Green+Blue) = 193+202+208=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CAD0 is #3E352F. Grayscale: #C7C7C7. Windows color (decimal): -4076848 or 13683393. OLE color: 13683393.
HSL color Cylindrical-coordinate representation of color #C1CAD0: hue angle of 204º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CAD0 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 193 | 202 | 208 | - |
CMYK | 0.07 | 0.03 | 0 | 0.18 |
HSL | 204º | 0.14% | 0.79% | - |
HSV(B) | 204º | 0.07% | 0.82% | - |
XYZ | 54.5 | 58.13 | 68.02 | - |
YUV | 199.99 | 132.52 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 202 | 208 | 0.07 | 0.03 | 0 | 0.18 | 204 | 0.14 | 0.79 |
Hex | C1 | CA | D0 | 7 | 3 | 0 | 12 | CC | E | 4F |
Octal | 301 | 312 | 320 | 7 | 3 | 0 | 22 | 314 | 16 | 117 |
Binary | 11000001 | 11001010 | 11010000 | 111 | 11 | 0 | 10010 | 11001100 | 1110 | 1001111 |
Color Harmonies of #C1CAD0
Complementary color
Monochromatic Colors of #C1CAD0
Black with #C1CAD0
Text Example
Text Example
White with #C1CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAD0; }
p { color: rgb(193,202,208); }
H1.HeaderClassName
{
color: #C1CAD0;
}
.AnyTagClassName
{
color: #C1CAD0;
}
</style>
background-color css
<style>
a { background-color: #C1CAD0; }
a { background-color: rgb(193,202,208); }
div.DivClassName
{
background-color: #C1CAD0;
}
.BgClassName
{
background-color: #C1CAD0;
}
</style>
border-color css
<style>
span { border-color: #C1CAD0; }
span { border-color: rgb(193,202,208); }
td.TdClassName
{
border-color: #C1CAD0;
}
.TagClassName
{
border-color: #C1CAD0;
}
</style>