Shades of Cold Turkey #CBADAB
Tints of Cold Turkey #CBADAB
RGB
CMYK
RGB Variations
Color information
#CBADAB (or 0xCBADAB) is known color: Cold Turkey. HEX triplet: CB, AD and AB. RGB value is (203,173,171). Sum of RGB (Red+Green+Blue) = 203+173+171=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADAB is #345254. Grayscale: #B5B5B5. Windows color (decimal): -3428949 or 11251147. OLE color: 11251147.
HSL color Cylindrical-coordinate representation of color #CBADAB: hue angle of 3.75º 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 #CBADAB is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 171 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.20 |
| HSL | 3.75º | 0.24% | 0.73% | - |
| HSV(B) | 3.75º | 0.16% | 0.8% | - |
| XYZ | 46.92 | 45.52 | 44.84 | - |
| YUV | 181.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 171 | 0 | 0.15 | 0.16 | 0.20 | 3.75 | 0.24 | 0.73 |
| Hex | CB | AD | AB | 0 | F | 10 | 14 | 4 | 18 | 49 |
| Octal | 313 | 255 | 253 | 0 | 17 | 20 | 24 | 4 | 30 | 111 |
| Binary | 11001011 | 10101101 | 10101011 | 0 | 1111 | 10000 | 10100 | 100 | 11000 | 1001001 |
Color Harmonies of #CBADAB
Complementary color
Monochromatic Colors of #CBADAB
Black with #CBADAB
Text Example
Text Example
White with #CBADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADAB; }
p { color: rgb(203,173,171); }
H1.HeaderClassName
{
color: #CBADAB;
}
.AnyTagClassName
{
color: #CBADAB;
}
</style>
background-color css
<style>
a { background-color: #CBADAB; }
a { background-color: rgb(203,173,171); }
div.DivClassName
{
background-color: #CBADAB;
}
.BgClassName
{
background-color: #CBADAB;
}
</style>
border-color css
<style>
span { border-color: #CBADAB; }
span { border-color: rgb(203,173,171); }
td.TdClassName
{
border-color: #CBADAB;
}
.TagClassName
{
border-color: #CBADAB;
}
</style>