Shades of Cold Turkey #CBAFAB
Tints of Cold Turkey #CBAFAB
RGB
CMYK
RGB Variations
Color information
#CBAFAB (or 0xCBAFAB) is known color: Cold Turkey. HEX triplet: CB, AF and AB. RGB value is (203,175,171). Sum of RGB (Red+Green+Blue) = 203+175+171=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFAB is #345054. Grayscale: #B6B6B6. Windows color (decimal): -3428437 or 11251659. OLE color: 11251659.
HSL color Cylindrical-coordinate representation of color #CBAFAB: hue angle of 7.5º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAFAB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 171 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.20 |
| HSL | 7.5º | 0.24% | 0.73% | - |
| HSV(B) | 7.5º | 0.16% | 0.8% | - |
| XYZ | 47.31 | 46.3 | 44.97 | - |
| YUV | 182.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 171 | 0 | 0.14 | 0.16 | 0.20 | 7.5 | 0.24 | 0.73 |
| Hex | CB | AF | AB | 0 | E | 10 | 14 | 8 | 18 | 49 |
| Octal | 313 | 257 | 253 | 0 | 16 | 20 | 24 | 10 | 30 | 111 |
| Binary | 11001011 | 10101111 | 10101011 | 0 | 1110 | 10000 | 10100 | 1000 | 11000 | 1001001 |
Color Harmonies of #CBAFAB
Complementary color
Monochromatic Colors of #CBAFAB
Black with #CBAFAB
Text Example
Text Example
White with #CBAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFAB; }
p { color: rgb(203,175,171); }
H1.HeaderClassName
{
color: #CBAFAB;
}
.AnyTagClassName
{
color: #CBAFAB;
}
</style>
background-color css
<style>
a { background-color: #CBAFAB; }
a { background-color: rgb(203,175,171); }
div.DivClassName
{
background-color: #CBAFAB;
}
.BgClassName
{
background-color: #CBAFAB;
}
</style>
border-color css
<style>
span { border-color: #CBAFAB; }
span { border-color: rgb(203,175,171); }
td.TdClassName
{
border-color: #CBAFAB;
}
.TagClassName
{
border-color: #CBAFAB;
}
</style>