Shades of Cold Turkey #CFB0AE
Tints of Cold Turkey #CFB0AE
RGB
CMYK
RGB Variations
Color information
#CFB0AE (or 0xCFB0AE) is known color: Cold Turkey. HEX triplet: CF, B0 and AE. RGB value is (207,176,174). Sum of RGB (Red+Green+Blue) = 207+176+174=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AE is #304F51. Grayscale: #B9B9B9. Windows color (decimal): -3166034 or 11448527. OLE color: 11448527.
HSL color Cylindrical-coordinate representation of color #CFB0AE: hue angle of 3.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB0AE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 174 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.19 |
| HSL | 3.64º | 0.26% | 0.75% | - |
| HSV(B) | 3.64º | 0.16% | 0.81% | - |
| XYZ | 48.9 | 47.37 | 46.61 | - |
| YUV | 185.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 174 | 0 | 0.15 | 0.16 | 0.19 | 3.64 | 0.26 | 0.75 |
| Hex | CF | B0 | AE | 0 | F | 10 | 13 | 4 | 1A | 4B |
| Octal | 317 | 260 | 256 | 0 | 17 | 20 | 23 | 4 | 32 | 113 |
| Binary | 11001111 | 10110000 | 10101110 | 0 | 1111 | 10000 | 10011 | 100 | 11010 | 1001011 |
Color Harmonies of #CFB0AE
Complementary color
Monochromatic Colors of #CFB0AE
Black with #CFB0AE
Text Example
Text Example
White with #CFB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0AE; }
p { color: rgb(207,176,174); }
H1.HeaderClassName
{
color: #CFB0AE;
}
.AnyTagClassName
{
color: #CFB0AE;
}
</style>
background-color css
<style>
a { background-color: #CFB0AE; }
a { background-color: rgb(207,176,174); }
div.DivClassName
{
background-color: #CFB0AE;
}
.BgClassName
{
background-color: #CFB0AE;
}
</style>
border-color css
<style>
span { border-color: #CFB0AE; }
span { border-color: rgb(207,176,174); }
td.TdClassName
{
border-color: #CFB0AE;
}
.TagClassName
{
border-color: #CFB0AE;
}
</style>