Shades of Thistle #CBC5CC
Tints of Thistle #CBC5CC
RGB
CMYK
RGB Variations
Color information
#CBC5CC (or 0xCBC5CC) is known color: Thistle. HEX triplet: CB, C5 and CC. RGB value is (203,197,204). Sum of RGB (Red+Green+Blue) = 203+197+204=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5CC is #343A33. Grayscale: #C7C7C7. Windows color (decimal): -3422772 or 13419979. OLE color: 13419979.
HSL color Cylindrical-coordinate representation of color #CBC5CC: hue angle of 291.43º degrees, saturation: 0.06, 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 #CBC5CC is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 197 | 204 | - |
CMYK | 0.00 | 0.03 | 0 | 0.2 |
HSL | 291.43º | 0.06% | 0.79% | - |
HSV(B) | 291.43º | 0.03% | 0.8% | - |
XYZ | 55.49 | 56.99 | 65.2 | - |
YUV | 199.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 197 | 204 | 0.00 | 0.03 | 0 | 0.2 | 291.43 | 0.06 | 0.79 |
Hex | CB | C5 | CC | 0 | 3 | 0 | 14 | 123 | 6 | 4F |
Octal | 313 | 305 | 314 | 0 | 3 | 0 | 24 | 443 | 6 | 117 |
Binary | 11001011 | 11000101 | 11001100 | 0 | 11 | 0 | 10100 | 100100011 | 110 | 1001111 |
Color Harmonies of #CBC5CC
Complementary color
Monochromatic Colors of #CBC5CC
Black with #CBC5CC
Text Example
Text Example
White with #CBC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5CC; }
p { color: rgb(203,197,204); }
H1.HeaderClassName
{
color: #CBC5CC;
}
.AnyTagClassName
{
color: #CBC5CC;
}
</style>
background-color css
<style>
a { background-color: #CBC5CC; }
a { background-color: rgb(203,197,204); }
div.DivClassName
{
background-color: #CBC5CC;
}
.BgClassName
{
background-color: #CBC5CC;
}
</style>
border-color css
<style>
span { border-color: #CBC5CC; }
span { border-color: rgb(203,197,204); }
td.TdClassName
{
border-color: #CBC5CC;
}
.TagClassName
{
border-color: #CBC5CC;
}
</style>