Shades of Cold Turkey #CFB2B0
Tints of Cold Turkey #CFB2B0
RGB
CMYK
RGB Variations
Color information
#CFB2B0 (or 0xCFB2B0) is known color: Cold Turkey. HEX triplet: CF, B2 and B0. RGB value is (207,178,176). Sum of RGB (Red+Green+Blue) = 207+178+176=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB2B0 is #304D4F. Grayscale: #BABABA. Windows color (decimal): -3165520 or 11580111. OLE color: 11580111.
HSL color Cylindrical-coordinate representation of color #CFB2B0: hue angle of 3.87º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB2B0 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 176 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.19 |
| HSL | 3.87º | 0.24% | 0.75% | - |
| HSV(B) | 3.87º | 0.15% | 0.81% | - |
| XYZ | 49.49 | 48.24 | 47.78 | - |
| YUV | 186.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 176 | 0 | 0.14 | 0.15 | 0.19 | 3.87 | 0.24 | 0.75 |
| Hex | CF | B2 | B0 | 0 | E | F | 13 | 4 | 18 | 4B |
| Octal | 317 | 262 | 260 | 0 | 16 | 17 | 23 | 4 | 30 | 113 |
| Binary | 11001111 | 10110010 | 10110000 | 0 | 1110 | 1111 | 10011 | 100 | 11000 | 1001011 |
Color Harmonies of #CFB2B0
Complementary color
Monochromatic Colors of #CFB2B0
Black with #CFB2B0
Text Example
Text Example
White with #CFB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2B0; }
p { color: rgb(207,178,176); }
H1.HeaderClassName
{
color: #CFB2B0;
}
.AnyTagClassName
{
color: #CFB2B0;
}
</style>
background-color css
<style>
a { background-color: #CFB2B0; }
a { background-color: rgb(207,178,176); }
div.DivClassName
{
background-color: #CFB2B0;
}
.BgClassName
{
background-color: #CFB2B0;
}
</style>
border-color css
<style>
span { border-color: #CFB2B0; }
span { border-color: rgb(207,178,176); }
td.TdClassName
{
border-color: #CFB2B0;
}
.TagClassName
{
border-color: #CFB2B0;
}
</style>