Shades of Cold Turkey #CFB4B3
Tints of Cold Turkey #CFB4B3
RGB
CMYK
RGB Variations
Color information
#CFB4B3 (or 0xCFB4B3) is known color: Cold Turkey. HEX triplet: CF, B4 and B3. RGB value is (207,180,179). Sum of RGB (Red+Green+Blue) = 207+180+179=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4B3 is #304B4C. Grayscale: #BBBBBB. Windows color (decimal): -3165005 or 11777231. OLE color: 11777231.
HSL color Cylindrical-coordinate representation of color #CFB4B3: hue angle of 2.14º 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 #CFB4B3 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 179 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.19 |
| HSL | 2.14º | 0.23% | 0.76% | - |
| HSV(B) | 2.14º | 0.14% | 0.81% | - |
| XYZ | 50.19 | 49.16 | 49.49 | - |
| YUV | 187.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 179 | 0 | 0.13 | 0.14 | 0.19 | 2.14 | 0.23 | 0.76 |
| Hex | CF | B4 | B3 | 0 | D | E | 13 | 2 | 17 | 4C |
| Octal | 317 | 264 | 263 | 0 | 15 | 16 | 23 | 2 | 27 | 114 |
| Binary | 11001111 | 10110100 | 10110011 | 0 | 1101 | 1110 | 10011 | 10 | 10111 | 1001100 |
Color Harmonies of #CFB4B3
Complementary color
Monochromatic Colors of #CFB4B3
Black with #CFB4B3
Text Example
Text Example
White with #CFB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4B3; }
p { color: rgb(207,180,179); }
H1.HeaderClassName
{
color: #CFB4B3;
}
.AnyTagClassName
{
color: #CFB4B3;
}
</style>
background-color css
<style>
a { background-color: #CFB4B3; }
a { background-color: rgb(207,180,179); }
div.DivClassName
{
background-color: #CFB4B3;
}
.BgClassName
{
background-color: #CFB4B3;
}
</style>
border-color css
<style>
span { border-color: #CFB4B3; }
span { border-color: rgb(207,180,179); }
td.TdClassName
{
border-color: #CFB4B3;
}
.TagClassName
{
border-color: #CFB4B3;
}
</style>