Shades of Thistle #CDC0CB
Tints of Thistle #CDC0CB
RGB
CMYK
RGB Variations
Color information
#CDC0CB (or 0xCDC0CB) is known color: Thistle. HEX triplet: CD, C0 and CB. RGB value is (205,192,203). Sum of RGB (Red+Green+Blue) = 205+192+203=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CB is #323F34. Grayscale: #C5C5C5. Windows color (decimal): -3292981 or 13353165. OLE color: 13353165.
HSL color Cylindrical-coordinate representation of color #CDC0CB: hue angle of 309.23º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC0CB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 203 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.20 |
| HSL | 309.23º | 0.12% | 0.78% | - |
| HSV(B) | 309.23º | 0.06% | 0.8% | - |
| XYZ | 54.81 | 54.99 | 64.23 | - |
| YUV | 197.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 203 | 0 | 0.06 | 0.01 | 0.20 | 309.23 | 0.12 | 0.78 |
| Hex | CD | C0 | CB | 0 | 6 | 1 | 14 | 135 | C | 4E |
| Octal | 315 | 300 | 313 | 0 | 6 | 1 | 24 | 465 | 14 | 116 |
| Binary | 11001101 | 11000000 | 11001011 | 0 | 110 | 1 | 10100 | 100110101 | 1100 | 1001110 |
Color Harmonies of #CDC0CB
Complementary color
Monochromatic Colors of #CDC0CB
Black with #CDC0CB
Text Example
Text Example
White with #CDC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0CB; }
p { color: rgb(205,192,203); }
H1.HeaderClassName
{
color: #CDC0CB;
}
.AnyTagClassName
{
color: #CDC0CB;
}
</style>
background-color css
<style>
a { background-color: #CDC0CB; }
a { background-color: rgb(205,192,203); }
div.DivClassName
{
background-color: #CDC0CB;
}
.BgClassName
{
background-color: #CDC0CB;
}
</style>
border-color css
<style>
span { border-color: #CDC0CB; }
span { border-color: rgb(205,192,203); }
td.TdClassName
{
border-color: #CDC0CB;
}
.TagClassName
{
border-color: #CDC0CB;
}
</style>