Shades of Thistle #CBC2CC
Tints of Thistle #CBC2CC
RGB
CMYK
RGB Variations
Color information
#CBC2CC (or 0xCBC2CC) is known color: Thistle. HEX triplet: CB, C2 and CC. RGB value is (203,194,204). Sum of RGB (Red+Green+Blue) = 203+194+204=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2CC is #343D33. Grayscale: #C5C5C5. Windows color (decimal): -3423540 or 13419211. OLE color: 13419211.
HSL color Cylindrical-coordinate representation of color #CBC2CC: hue angle of 294º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC2CC is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 194 | 204 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.2 |
| HSL | 294º | 0.09% | 0.78% | - |
| HSV(B) | 294º | 0.05% | 0.8% | - |
| XYZ | 54.82 | 55.64 | 64.98 | - |
| YUV | 197.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 204 | 0.00 | 0.05 | 0 | 0.2 | 294 | 0.09 | 0.78 |
| Hex | CB | C2 | CC | 0 | 5 | 0 | 14 | 126 | 9 | 4E |
| Octal | 313 | 302 | 314 | 0 | 5 | 0 | 24 | 446 | 11 | 116 |
| Binary | 11001011 | 11000010 | 11001100 | 0 | 101 | 0 | 10100 | 100100110 | 1001 | 1001110 |
Color Harmonies of #CBC2CC
Complementary color
Monochromatic Colors of #CBC2CC
Black with #CBC2CC
Text Example
Text Example
White with #CBC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2CC; }
p { color: rgb(203,194,204); }
H1.HeaderClassName
{
color: #CBC2CC;
}
.AnyTagClassName
{
color: #CBC2CC;
}
</style>
background-color css
<style>
a { background-color: #CBC2CC; }
a { background-color: rgb(203,194,204); }
div.DivClassName
{
background-color: #CBC2CC;
}
.BgClassName
{
background-color: #CBC2CC;
}
</style>
border-color css
<style>
span { border-color: #CBC2CC; }
span { border-color: rgb(203,194,204); }
td.TdClassName
{
border-color: #CBC2CC;
}
.TagClassName
{
border-color: #CBC2CC;
}
</style>