Shades of Cold Turkey #CFB7B3
Tints of Cold Turkey #CFB7B3
RGB
CMYK
RGB Variations
Color information
#CFB7B3 (or 0xCFB7B3) is known color: Cold Turkey. HEX triplet: CF, B7 and B3. RGB value is (207,183,179). Sum of RGB (Red+Green+Blue) = 207+183+179=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7B3 is #30484C. Grayscale: #BDBDBD. Windows color (decimal): -3164237 or 11777999. OLE color: 11777999.
HSL color Cylindrical-coordinate representation of color #CFB7B3: hue angle of 8.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB7B3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 179 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.19 |
| HSL | 8.57º | 0.23% | 0.76% | - |
| HSV(B) | 8.57º | 0.14% | 0.81% | - |
| XYZ | 50.8 | 50.39 | 49.7 | - |
| YUV | 189.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 179 | 0 | 0.12 | 0.14 | 0.19 | 8.57 | 0.23 | 0.76 |
| Hex | CF | B7 | B3 | 0 | C | E | 13 | 9 | 17 | 4C |
| Octal | 317 | 267 | 263 | 0 | 14 | 16 | 23 | 11 | 27 | 114 |
| Binary | 11001111 | 10110111 | 10110011 | 0 | 1100 | 1110 | 10011 | 1001 | 10111 | 1001100 |
Color Harmonies of #CFB7B3
Complementary color
Monochromatic Colors of #CFB7B3
Black with #CFB7B3
Text Example
Text Example
White with #CFB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7B3; }
p { color: rgb(207,183,179); }
H1.HeaderClassName
{
color: #CFB7B3;
}
.AnyTagClassName
{
color: #CFB7B3;
}
</style>
background-color css
<style>
a { background-color: #CFB7B3; }
a { background-color: rgb(207,183,179); }
div.DivClassName
{
background-color: #CFB7B3;
}
.BgClassName
{
background-color: #CFB7B3;
}
</style>
border-color css
<style>
span { border-color: #CFB7B3; }
span { border-color: rgb(207,183,179); }
td.TdClassName
{
border-color: #CFB7B3;
}
.TagClassName
{
border-color: #CFB7B3;
}
</style>