Shades of Putty #CFBA74
Tints of Putty #CFBA74
RGB
CMYK
RGB Variations
Color information
#CFBA74 (or 0xCFBA74) is known color: Putty. HEX triplet: CF, BA and 74. RGB value is (207,186,116). Sum of RGB (Red+Green+Blue) = 207+186+116=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA74 is #30458B. Grayscale: #B8B8B8. Windows color (decimal): -3163532 or 7649999. OLE color: 7649999.
HSL color Cylindrical-coordinate representation of color #CFBA74: hue angle of 46.15º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFBA74 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 116 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.19 |
| HSL | 46.15º | 0.49% | 0.63% | - |
| HSV(B) | 46.15º | 0.44% | 0.81% | - |
| XYZ | 46.44 | 49.64 | 23.66 | - |
| YUV | 184.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 116 | 0 | 0.10 | 0.44 | 0.19 | 46.15 | 0.49 | 0.63 |
| Hex | CF | BA | 74 | 0 | A | 2C | 13 | 2E | 31 | 3F |
| Octal | 317 | 272 | 164 | 0 | 12 | 54 | 23 | 56 | 61 | 77 |
| Binary | 11001111 | 10111010 | 1110100 | 0 | 1010 | 101100 | 10011 | 101110 | 110001 | 111111 |
Color Harmonies of #CFBA74
Complementary color
Monochromatic Colors of #CFBA74
Black with #CFBA74
Text Example
Text Example
White with #CFBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA74; }
p { color: rgb(207,186,116); }
H1.HeaderClassName
{
color: #CFBA74;
}
.AnyTagClassName
{
color: #CFBA74;
}
</style>
background-color css
<style>
a { background-color: #CFBA74; }
a { background-color: rgb(207,186,116); }
div.DivClassName
{
background-color: #CFBA74;
}
.BgClassName
{
background-color: #CFBA74;
}
</style>
border-color css
<style>
span { border-color: #CFBA74; }
span { border-color: rgb(207,186,116); }
td.TdClassName
{
border-color: #CFBA74;
}
.TagClassName
{
border-color: #CFBA74;
}
</style>