Shades of Spindle #C3CACE
Tints of Spindle #C3CACE
RGB
CMYK
RGB Variations
Color information
#C3CACE (or 0xC3CACE) is known color: Spindle. HEX triplet: C3, CA and CE. RGB value is (195,202,206). Sum of RGB (Red+Green+Blue) = 195+202+206=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACE is #3C3531. Grayscale: #C8C8C8. Windows color (decimal): -3945778 or 13552323. OLE color: 13552323.
HSL color Cylindrical-coordinate representation of color #C3CACE: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CACE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 202 | 206 | - |
CMYK | 0.05 | 0.02 | 0 | 0.19 |
HSL | 201.82º | 0.1% | 0.79% | - |
HSV(B) | 201.82º | 0.05% | 0.81% | - |
XYZ | 54.77 | 58.3 | 66.76 | - |
YUV | 200.36 | 131.18 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 202 | 206 | 0.05 | 0.02 | 0 | 0.19 | 201.82 | 0.1 | 0.79 |
Hex | C3 | CA | CE | 5 | 2 | 0 | 13 | CA | A | 4F |
Octal | 303 | 312 | 316 | 5 | 2 | 0 | 23 | 312 | 12 | 117 |
Binary | 11000011 | 11001010 | 11001110 | 101 | 10 | 0 | 10011 | 11001010 | 1010 | 1001111 |
Color Harmonies of #C3CACE
Complementary color
Monochromatic Colors of #C3CACE
Black with #C3CACE
Text Example
Text Example
White with #C3CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CACE; }
p { color: rgb(195,202,206); }
H1.HeaderClassName
{
color: #C3CACE;
}
.AnyTagClassName
{
color: #C3CACE;
}
</style>
background-color css
<style>
a { background-color: #C3CACE; }
a { background-color: rgb(195,202,206); }
div.DivClassName
{
background-color: #C3CACE;
}
.BgClassName
{
background-color: #C3CACE;
}
</style>
border-color css
<style>
span { border-color: #C3CACE; }
span { border-color: rgb(195,202,206); }
td.TdClassName
{
border-color: #C3CACE;
}
.TagClassName
{
border-color: #C3CACE;
}
</style>