Shades of Thistle #CCC7CC
Tints of Thistle #CCC7CC
RGB
CMYK
RGB Variations
Color information
#CCC7CC (or 0xCCC7CC) is known color: Thistle. HEX triplet: CC, C7 and CC. RGB value is (204,199,204). Sum of RGB (Red+Green+Blue) = 204+199+204=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CC is #333833. Grayscale: #C9C9C9. Windows color (decimal): -3356724 or 13420492. OLE color: 13420492.
HSL color Cylindrical-coordinate representation of color #CCC7CC: hue angle of 300º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC7CC is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 199 | 204 | - |
CMYK | 0 | 0.02 | 0 | 0.2 |
HSL | 300º | 0.05% | 0.79% | - |
HSV(B) | 300º | 0.02% | 0.8% | - |
XYZ | 56.22 | 58.04 | 65.37 | - |
YUV | 201.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 204 | 0 | 0.02 | 0 | 0.2 | 300 | 0.05 | 0.79 |
Hex | CC | C7 | CC | 0 | 2 | 0 | 14 | 12C | 5 | 4F |
Octal | 314 | 307 | 314 | 0 | 2 | 0 | 24 | 454 | 5 | 117 |
Binary | 11001100 | 11000111 | 11001100 | 0 | 10 | 0 | 10100 | 100101100 | 101 | 1001111 |
Color Harmonies of #CCC7CC
Complementary color
Monochromatic Colors of #CCC7CC
Black with #CCC7CC
Text Example
Text Example
White with #CCC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7CC; }
p { color: rgb(204,199,204); }
H1.HeaderClassName
{
color: #CCC7CC;
}
.AnyTagClassName
{
color: #CCC7CC;
}
</style>
background-color css
<style>
a { background-color: #CCC7CC; }
a { background-color: rgb(204,199,204); }
div.DivClassName
{
background-color: #CCC7CC;
}
.BgClassName
{
background-color: #CCC7CC;
}
</style>
border-color css
<style>
span { border-color: #CCC7CC; }
span { border-color: rgb(204,199,204); }
td.TdClassName
{
border-color: #CCC7CC;
}
.TagClassName
{
border-color: #CCC7CC;
}
</style>