Shades of Cold Turkey #CFABAB
Tints of Cold Turkey #CFABAB
RGB
CMYK
RGB Variations
Color information
#CFABAB (or 0xCFABAB) is known color: Cold Turkey. HEX triplet: CF, AB and AB. RGB value is (207,171,171). Sum of RGB (Red+Green+Blue) = 207+171+171=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABAB is #305454. Grayscale: #B5B5B5. Windows color (decimal): -3167317 or 11250639. OLE color: 11250639.
HSL color Cylindrical-coordinate representation of color #CFABAB: hue angle of 0º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABAB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 171 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.19 |
| HSL | 0º | 0.27% | 0.74% | - |
| HSV(B) | 0º | 0.17% | 0.81% | - |
| XYZ | 47.65 | 45.33 | 44.77 | - |
| YUV | 181.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 171 | 0 | 0.17 | 0.17 | 0.19 | 0 | 0.27 | 0.74 |
| Hex | CF | AB | AB | 0 | 11 | 11 | 13 | 0 | 1B | 4A |
| Octal | 317 | 253 | 253 | 0 | 21 | 21 | 23 | 0 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10101011 | 0 | 10001 | 10001 | 10011 | 0 | 11011 | 1001010 |
Color Harmonies of #CFABAB
Complementary color
Monochromatic Colors of #CFABAB
Black with #CFABAB
Text Example
Text Example
White with #CFABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABAB; }
p { color: rgb(207,171,171); }
H1.HeaderClassName
{
color: #CFABAB;
}
.AnyTagClassName
{
color: #CFABAB;
}
</style>
background-color css
<style>
a { background-color: #CFABAB; }
a { background-color: rgb(207,171,171); }
div.DivClassName
{
background-color: #CFABAB;
}
.BgClassName
{
background-color: #CFABAB;
}
</style>
border-color css
<style>
span { border-color: #CFABAB; }
span { border-color: rgb(207,171,171); }
td.TdClassName
{
border-color: #CFABAB;
}
.TagClassName
{
border-color: #CFABAB;
}
</style>