Shades of Spindle #C0CCD2
Tints of Spindle #C0CCD2
RGB
CMYK
RGB Variations
Color information
#C0CCD2 (or 0xC0CCD2) is known color: Spindle. HEX triplet: C0, CC and D2. RGB value is (192,204,210). Sum of RGB (Red+Green+Blue) = 192+204+210=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCD2 is #3F332D. Grayscale: #C9C9C9. Windows color (decimal): -4141870 or 13814976. OLE color: 13814976.
HSL color Cylindrical-coordinate representation of color #C0CCD2: hue angle of 200º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CCD2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 204 | 210 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.18 |
| HSL | 200º | 0.17% | 0.79% | - |
| HSV(B) | 200º | 0.09% | 0.82% | - |
| XYZ | 54.96 | 59.05 | 69.47 | - |
| YUV | 201.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 210 | 0.09 | 0.03 | 0 | 0.18 | 200 | 0.17 | 0.79 |
| Hex | C0 | CC | D2 | 9 | 3 | 0 | 12 | C8 | 11 | 4F |
| Octal | 300 | 314 | 322 | 11 | 3 | 0 | 22 | 310 | 21 | 117 |
| Binary | 11000000 | 11001100 | 11010010 | 1001 | 11 | 0 | 10010 | 11001000 | 10001 | 1001111 |
Color Harmonies of #C0CCD2
Complementary color
Monochromatic Colors of #C0CCD2
Black with #C0CCD2
Text Example
Text Example
White with #C0CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCD2; }
p { color: rgb(192,204,210); }
H1.HeaderClassName
{
color: #C0CCD2;
}
.AnyTagClassName
{
color: #C0CCD2;
}
</style>
background-color css
<style>
a { background-color: #C0CCD2; }
a { background-color: rgb(192,204,210); }
div.DivClassName
{
background-color: #C0CCD2;
}
.BgClassName
{
background-color: #C0CCD2;
}
</style>
border-color css
<style>
span { border-color: #C0CCD2; }
span { border-color: rgb(192,204,210); }
td.TdClassName
{
border-color: #C0CCD2;
}
.TagClassName
{
border-color: #C0CCD2;
}
</style>