Shades of Thistle #C9C0CA
Tints of Thistle #C9C0CA
RGB
CMYK
RGB Variations
Color information
#C9C0CA (or 0xC9C0CA) is known color: Thistle. HEX triplet: C9, C0 and CA. RGB value is (201,192,202). Sum of RGB (Red+Green+Blue) = 201+192+202=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0CA is #363F35. Grayscale: #C3C3C3. Windows color (decimal): -3555126 or 13287625. OLE color: 13287625.
HSL color Cylindrical-coordinate representation of color #C9C0CA: hue angle of 294º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C0CA is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 192 | 202 | - |
CMYK | 0.00 | 0.05 | 0 | 0.21 |
HSL | 294º | 0.09% | 0.77% | - |
HSV(B) | 294º | 0.05% | 0.79% | - |
XYZ | 53.6 | 54.38 | 63.55 | - |
YUV | 195.83 | 131.48 | 131.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 192 | 202 | 0.00 | 0.05 | 0 | 0.21 | 294 | 0.09 | 0.77 |
Hex | C9 | C0 | CA | 0 | 5 | 0 | 15 | 126 | 9 | 4D |
Octal | 311 | 300 | 312 | 0 | 5 | 0 | 25 | 446 | 11 | 115 |
Binary | 11001001 | 11000000 | 11001010 | 0 | 101 | 0 | 10101 | 100100110 | 1001 | 1001101 |
Color Harmonies of #C9C0CA
Complementary color
Monochromatic Colors of #C9C0CA
Black with #C9C0CA
Text Example
Text Example
White with #C9C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0CA; }
p { color: rgb(201,192,202); }
H1.HeaderClassName
{
color: #C9C0CA;
}
.AnyTagClassName
{
color: #C9C0CA;
}
</style>
background-color css
<style>
a { background-color: #C9C0CA; }
a { background-color: rgb(201,192,202); }
div.DivClassName
{
background-color: #C9C0CA;
}
.BgClassName
{
background-color: #C9C0CA;
}
</style>
border-color css
<style>
span { border-color: #C9C0CA; }
span { border-color: rgb(201,192,202); }
td.TdClassName
{
border-color: #C9C0CA;
}
.TagClassName
{
border-color: #C9C0CA;
}
</style>