Shades of Thistle #CCC6CD
Tints of Thistle #CCC6CD
RGB
CMYK
RGB Variations
Color information
#CCC6CD (or 0xCCC6CD) is known color: Thistle. HEX triplet: CC, C6 and CD. RGB value is (204,198,205). Sum of RGB (Red+Green+Blue) = 204+198+205=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6CD is #333932. Grayscale: #C8C8C8. Windows color (decimal): -3356979 or 13485772. OLE color: 13485772.
HSL color Cylindrical-coordinate representation of color #CCC6CD: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC6CD is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 198 | 205 | - |
CMYK | 0.00 | 0.03 | 0 | 0.20 |
HSL | 291.43º | 0.07% | 0.79% | - |
HSV(B) | 291.43º | 0.03% | 0.8% | - |
XYZ | 56.12 | 57.63 | 65.92 | - |
YUV | 200.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 205 | 0.00 | 0.03 | 0 | 0.20 | 291.43 | 0.07 | 0.79 |
Hex | CC | C6 | CD | 0 | 3 | 0 | 14 | 123 | 7 | 4F |
Octal | 314 | 306 | 315 | 0 | 3 | 0 | 24 | 443 | 7 | 117 |
Binary | 11001100 | 11000110 | 11001101 | 0 | 11 | 0 | 10100 | 100100011 | 111 | 1001111 |
Color Harmonies of #CCC6CD
Complementary color
Monochromatic Colors of #CCC6CD
Black with #CCC6CD
Text Example
Text Example
White with #CCC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6CD; }
p { color: rgb(204,198,205); }
H1.HeaderClassName
{
color: #CCC6CD;
}
.AnyTagClassName
{
color: #CCC6CD;
}
</style>
background-color css
<style>
a { background-color: #CCC6CD; }
a { background-color: rgb(204,198,205); }
div.DivClassName
{
background-color: #CCC6CD;
}
.BgClassName
{
background-color: #CCC6CD;
}
</style>
border-color css
<style>
span { border-color: #CCC6CD; }
span { border-color: rgb(204,198,205); }
td.TdClassName
{
border-color: #CCC6CD;
}
.TagClassName
{
border-color: #CCC6CD;
}
</style>