Shades of Cold Turkey #CFAFAE
Tints of Cold Turkey #CFAFAE
RGB
CMYK
RGB Variations
Color information
#CFAFAE (or 0xCFAFAE) is known color: Cold Turkey. HEX triplet: CF, AF and AE. RGB value is (207,175,174). Sum of RGB (Red+Green+Blue) = 207+175+174=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFAE is #305051. Grayscale: #B8B8B8. Windows color (decimal): -3166290 or 11448271. OLE color: 11448271.
HSL color Cylindrical-coordinate representation of color #CFAFAE: hue angle of 1.82º 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 #CFAFAE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 174 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.19 |
| HSL | 1.82º | 0.26% | 0.75% | - |
| HSV(B) | 1.82º | 0.16% | 0.81% | - |
| XYZ | 48.7 | 46.98 | 46.55 | - |
| YUV | 184.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 174 | 0 | 0.15 | 0.16 | 0.19 | 1.82 | 0.26 | 0.75 |
| Hex | CF | AF | AE | 0 | F | 10 | 13 | 2 | 1A | 4B |
| Octal | 317 | 257 | 256 | 0 | 17 | 20 | 23 | 2 | 32 | 113 |
| Binary | 11001111 | 10101111 | 10101110 | 0 | 1111 | 10000 | 10011 | 10 | 11010 | 1001011 |
Color Harmonies of #CFAFAE
Complementary color
Monochromatic Colors of #CFAFAE
Black with #CFAFAE
Text Example
Text Example
White with #CFAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFAE; }
p { color: rgb(207,175,174); }
H1.HeaderClassName
{
color: #CFAFAE;
}
.AnyTagClassName
{
color: #CFAFAE;
}
</style>
background-color css
<style>
a { background-color: #CFAFAE; }
a { background-color: rgb(207,175,174); }
div.DivClassName
{
background-color: #CFAFAE;
}
.BgClassName
{
background-color: #CFAFAE;
}
</style>
border-color css
<style>
span { border-color: #CFAFAE; }
span { border-color: rgb(207,175,174); }
td.TdClassName
{
border-color: #CFAFAE;
}
.TagClassName
{
border-color: #CFAFAE;
}
</style>