Shades of Thistle #CABFCB
Tints of Thistle #CABFCB
RGB
CMYK
RGB Variations
Color information
#CABFCB (or 0xCABFCB) is known color: Thistle. HEX triplet: CA, BF and CB. RGB value is (202,191,203). Sum of RGB (Red+Green+Blue) = 202+191+203=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 203 - color contains mainly: blue. Hex color #CABFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFCB is #354034. Grayscale: #C3C3C3. Windows color (decimal): -3489845 or 13352906. OLE color: 13352906.
HSL color Cylindrical-coordinate representation of color #CABFCB: hue angle of 295º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABFCB is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 191 | 203 | - |
CMYK | 0.00 | 0.06 | 0 | 0.20 |
HSL | 295º | 0.1% | 0.77% | - |
HSV(B) | 295º | 0.06% | 0.8% | - |
XYZ | 53.77 | 54.13 | 64.11 | - |
YUV | 195.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 203 | 0.00 | 0.06 | 0 | 0.20 | 295 | 0.1 | 0.77 |
Hex | CA | BF | CB | 0 | 6 | 0 | 14 | 127 | A | 4D |
Octal | 312 | 277 | 313 | 0 | 6 | 0 | 24 | 447 | 12 | 115 |
Binary | 11001010 | 10111111 | 11001011 | 0 | 110 | 0 | 10100 | 100100111 | 1010 | 1001101 |
Color Harmonies of #CABFCB
Complementary color
Monochromatic Colors of #CABFCB
Black with #CABFCB
Text Example
Text Example
White with #CABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFCB; }
p { color: rgb(202,191,203); }
H1.HeaderClassName
{
color: #CABFCB;
}
.AnyTagClassName
{
color: #CABFCB;
}
</style>
background-color css
<style>
a { background-color: #CABFCB; }
a { background-color: rgb(202,191,203); }
div.DivClassName
{
background-color: #CABFCB;
}
.BgClassName
{
background-color: #CABFCB;
}
</style>
border-color css
<style>
span { border-color: #CABFCB; }
span { border-color: rgb(202,191,203); }
td.TdClassName
{
border-color: #CABFCB;
}
.TagClassName
{
border-color: #CABFCB;
}
</style>