Shades of Thistle #CCBACB
Tints of Thistle #CCBACB
RGB
CMYK
RGB Variations
Color information
#CCBACB (or 0xCCBACB) is known color: Thistle. HEX triplet: CC, BA and CB. RGB value is (204,186,203). Sum of RGB (Red+Green+Blue) = 204+186+203=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBACB is #334534. Grayscale: #C1C1C1. Windows color (decimal): -3360053 or 13351628. OLE color: 13351628.
HSL color Cylindrical-coordinate representation of color #CCBACB: hue angle of 303.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBACB is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 203 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.2 |
| HSL | 303.33º | 0.15% | 0.76% | - |
| HSV(B) | 303.33º | 0.09% | 0.8% | - |
| XYZ | 53.24 | 52.27 | 63.78 | - |
| YUV | 193.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 203 | 0 | 0.09 | 0.00 | 0.2 | 303.33 | 0.15 | 0.76 |
| Hex | CC | BA | CB | 0 | 9 | 0 | 14 | 12F | F | 4C |
| Octal | 314 | 272 | 313 | 0 | 11 | 0 | 24 | 457 | 17 | 114 |
| Binary | 11001100 | 10111010 | 11001011 | 0 | 1001 | 0 | 10100 | 100101111 | 1111 | 1001100 |
Color Harmonies of #CCBACB
Complementary color
Monochromatic Colors of #CCBACB
Black with #CCBACB
Text Example
Text Example
White with #CCBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBACB; }
p { color: rgb(204,186,203); }
H1.HeaderClassName
{
color: #CCBACB;
}
.AnyTagClassName
{
color: #CCBACB;
}
</style>
background-color css
<style>
a { background-color: #CCBACB; }
a { background-color: rgb(204,186,203); }
div.DivClassName
{
background-color: #CCBACB;
}
.BgClassName
{
background-color: #CCBACB;
}
</style>
border-color css
<style>
span { border-color: #CCBACB; }
span { border-color: rgb(204,186,203); }
td.TdClassName
{
border-color: #CCBACB;
}
.TagClassName
{
border-color: #CCBACB;
}
</style>