Shades of Cold Turkey #CFB7B5
Tints of Cold Turkey #CFB7B5
RGB
CMYK
RGB Variations
Color information
#CFB7B5 (or 0xCFB7B5) is known color: Cold Turkey. HEX triplet: CF, B7 and B5. RGB value is (207,183,181). Sum of RGB (Red+Green+Blue) = 207+183+181=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7B5 is #30484A. Grayscale: #BDBDBD. Windows color (decimal): -3164235 or 11909071. OLE color: 11909071.
HSL color Cylindrical-coordinate representation of color #CFB7B5: hue angle of 4.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB7B5 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 181 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.19 |
| HSL | 4.62º | 0.21% | 0.76% | - |
| HSV(B) | 4.62º | 0.13% | 0.81% | - |
| XYZ | 51.01 | 50.47 | 50.77 | - |
| YUV | 189.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 181 | 0 | 0.12 | 0.13 | 0.19 | 4.62 | 0.21 | 0.76 |
| Hex | CF | B7 | B5 | 0 | C | D | 13 | 5 | 15 | 4C |
| Octal | 317 | 267 | 265 | 0 | 14 | 15 | 23 | 5 | 25 | 114 |
| Binary | 11001111 | 10110111 | 10110101 | 0 | 1100 | 1101 | 10011 | 101 | 10101 | 1001100 |
Color Harmonies of #CFB7B5
Complementary color
Monochromatic Colors of #CFB7B5
Black with #CFB7B5
Text Example
Text Example
White with #CFB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7B5; }
p { color: rgb(207,183,181); }
H1.HeaderClassName
{
color: #CFB7B5;
}
.AnyTagClassName
{
color: #CFB7B5;
}
</style>
background-color css
<style>
a { background-color: #CFB7B5; }
a { background-color: rgb(207,183,181); }
div.DivClassName
{
background-color: #CFB7B5;
}
.BgClassName
{
background-color: #CFB7B5;
}
</style>
border-color css
<style>
span { border-color: #CFB7B5; }
span { border-color: rgb(207,183,181); }
td.TdClassName
{
border-color: #CFB7B5;
}
.TagClassName
{
border-color: #CFB7B5;
}
</style>