Shades of Thistle #CBB6CC
Tints of Thistle #CBB6CC
RGB
CMYK
RGB Variations
Color information
#CBB6CC (or 0xCBB6CC) is known color: Thistle. HEX triplet: CB, B6 and CC. RGB value is (203,182,204). Sum of RGB (Red+Green+Blue) = 203+182+204=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6CC is #344933. Grayscale: #BEBEBE. Windows color (decimal): -3426612 or 13416139. OLE color: 13416139.
HSL color Cylindrical-coordinate representation of color #CBB6CC: hue angle of 297.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB6CC is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 182 | 204 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.2 |
| HSL | 297.27º | 0.18% | 0.76% | - |
| HSV(B) | 297.27º | 0.11% | 0.8% | - |
| XYZ | 52.26 | 50.51 | 64.12 | - |
| YUV | 190.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 204 | 0.00 | 0.11 | 0 | 0.2 | 297.27 | 0.18 | 0.76 |
| Hex | CB | B6 | CC | 0 | B | 0 | 14 | 129 | 12 | 4C |
| Octal | 313 | 266 | 314 | 0 | 13 | 0 | 24 | 451 | 22 | 114 |
| Binary | 11001011 | 10110110 | 11001100 | 0 | 1011 | 0 | 10100 | 100101001 | 10010 | 1001100 |
Color Harmonies of #CBB6CC
Complementary color
Monochromatic Colors of #CBB6CC
Black with #CBB6CC
Text Example
Text Example
White with #CBB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6CC; }
p { color: rgb(203,182,204); }
H1.HeaderClassName
{
color: #CBB6CC;
}
.AnyTagClassName
{
color: #CBB6CC;
}
</style>
background-color css
<style>
a { background-color: #CBB6CC; }
a { background-color: rgb(203,182,204); }
div.DivClassName
{
background-color: #CBB6CC;
}
.BgClassName
{
background-color: #CBB6CC;
}
</style>
border-color css
<style>
span { border-color: #CBB6CC; }
span { border-color: rgb(203,182,204); }
td.TdClassName
{
border-color: #CBB6CC;
}
.TagClassName
{
border-color: #CBB6CC;
}
</style>