Shades of Putty #CFBA73
Tints of Putty #CFBA73
RGB
CMYK
RGB Variations
Color information
#CFBA73 (or 0xCFBA73) is known color: Putty. HEX triplet: CF, BA and 73. RGB value is (207,186,115). Sum of RGB (Red+Green+Blue) = 207+186+115=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA73 is #30458C. Grayscale: #B8B8B8. Windows color (decimal): -3163533 or 7584463. OLE color: 7584463.
HSL color Cylindrical-coordinate representation of color #CFBA73: hue angle of 46.3º 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 #CFBA73 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 115 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.19 |
| HSL | 46.3º | 0.49% | 0.63% | - |
| HSV(B) | 46.3º | 0.44% | 0.81% | - |
| XYZ | 46.39 | 49.62 | 23.35 | - |
| YUV | 184.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 115 | 0 | 0.10 | 0.44 | 0.19 | 46.3 | 0.49 | 0.63 |
| Hex | CF | BA | 73 | 0 | A | 2C | 13 | 2E | 31 | 3F |
| Octal | 317 | 272 | 163 | 0 | 12 | 54 | 23 | 56 | 61 | 77 |
| Binary | 11001111 | 10111010 | 1110011 | 0 | 1010 | 101100 | 10011 | 101110 | 110001 | 111111 |
Color Harmonies of #CFBA73
Complementary color
Monochromatic Colors of #CFBA73
Black with #CFBA73
Text Example
Text Example
White with #CFBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA73; }
p { color: rgb(207,186,115); }
H1.HeaderClassName
{
color: #CFBA73;
}
.AnyTagClassName
{
color: #CFBA73;
}
</style>
background-color css
<style>
a { background-color: #CFBA73; }
a { background-color: rgb(207,186,115); }
div.DivClassName
{
background-color: #CFBA73;
}
.BgClassName
{
background-color: #CFBA73;
}
</style>
border-color css
<style>
span { border-color: #CFBA73; }
span { border-color: rgb(207,186,115); }
td.TdClassName
{
border-color: #CFBA73;
}
.TagClassName
{
border-color: #CFBA73;
}
</style>