Shades of Spindle #C0CAD0
Tints of Spindle #C0CAD0
RGB
CMYK
RGB Variations
Color information
#C0CAD0 (or 0xC0CAD0) is known color: Spindle. HEX triplet: C0, CA and D0. RGB value is (192,202,208). Sum of RGB (Red+Green+Blue) = 192+202+208=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAD0 is #3F352F. Grayscale: #C7C7C7. Windows color (decimal): -4142384 or 13683392. OLE color: 13683392.
HSL color Cylindrical-coordinate representation of color #C0CAD0: hue angle of 202.5º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CAD0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 192 | 202 | 208 | - |
CMYK | 0.08 | 0.03 | 0 | 0.18 |
HSL | 202.5º | 0.15% | 0.78% | - |
HSV(B) | 202.5º | 0.08% | 0.82% | - |
XYZ | 54.24 | 58 | 68.01 | - |
YUV | 199.69 | 132.69 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 208 | 0.08 | 0.03 | 0 | 0.18 | 202.5 | 0.15 | 0.78 |
Hex | C0 | CA | D0 | 8 | 3 | 0 | 12 | CA | F | 4E |
Octal | 300 | 312 | 320 | 10 | 3 | 0 | 22 | 312 | 17 | 116 |
Binary | 11000000 | 11001010 | 11010000 | 1000 | 11 | 0 | 10010 | 11001010 | 1111 | 1001110 |
Color Harmonies of #C0CAD0
Complementary color
Monochromatic Colors of #C0CAD0
Black with #C0CAD0
Text Example
Text Example
White with #C0CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAD0; }
p { color: rgb(192,202,208); }
H1.HeaderClassName
{
color: #C0CAD0;
}
.AnyTagClassName
{
color: #C0CAD0;
}
</style>
background-color css
<style>
a { background-color: #C0CAD0; }
a { background-color: rgb(192,202,208); }
div.DivClassName
{
background-color: #C0CAD0;
}
.BgClassName
{
background-color: #C0CAD0;
}
</style>
border-color css
<style>
span { border-color: #C0CAD0; }
span { border-color: rgb(192,202,208); }
td.TdClassName
{
border-color: #C0CAD0;
}
.TagClassName
{
border-color: #C0CAD0;
}
</style>