Shades of Thistle #CAC1CB
Tints of Thistle #CAC1CB
RGB
CMYK
RGB Variations
Color information
#CAC1CB (or 0xCAC1CB) is known color: Thistle. HEX triplet: CA, C1 and CB. RGB value is (202,193,203). Sum of RGB (Red+Green+Blue) = 202+193+203=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1CB is #353E34. Grayscale: #C4C4C4. Windows color (decimal): -3489333 or 13353418. OLE color: 13353418.
HSL color Cylindrical-coordinate representation of color #CAC1CB: 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 #CAC1CB is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 193 | 203 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.20 |
| HSL | 294º | 0.09% | 0.78% | - |
| HSV(B) | 294º | 0.05% | 0.8% | - |
| XYZ | 54.21 | 55.01 | 64.26 | - |
| YUV | 196.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 203 | 0.00 | 0.05 | 0 | 0.20 | 294 | 0.09 | 0.78 |
| Hex | CA | C1 | CB | 0 | 5 | 0 | 14 | 126 | 9 | 4E |
| Octal | 312 | 301 | 313 | 0 | 5 | 0 | 24 | 446 | 11 | 116 |
| Binary | 11001010 | 11000001 | 11001011 | 0 | 101 | 0 | 10100 | 100100110 | 1001 | 1001110 |
Color Harmonies of #CAC1CB
Complementary color
Monochromatic Colors of #CAC1CB
Black with #CAC1CB
Text Example
Text Example
White with #CAC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1CB; }
p { color: rgb(202,193,203); }
H1.HeaderClassName
{
color: #CAC1CB;
}
.AnyTagClassName
{
color: #CAC1CB;
}
</style>
background-color css
<style>
a { background-color: #CAC1CB; }
a { background-color: rgb(202,193,203); }
div.DivClassName
{
background-color: #CAC1CB;
}
.BgClassName
{
background-color: #CAC1CB;
}
</style>
border-color css
<style>
span { border-color: #CAC1CB; }
span { border-color: rgb(202,193,203); }
td.TdClassName
{
border-color: #CAC1CB;
}
.TagClassName
{
border-color: #CAC1CB;
}
</style>