Shades of Putty #CFBA70
Tints of Putty #CFBA70
RGB
CMYK
RGB Variations
Color information
#CFBA70 (or 0xCFBA70) is known color: Putty. HEX triplet: CF, BA and 70. RGB value is (207,186,112). Sum of RGB (Red+Green+Blue) = 207+186+112=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA70 is #30458F. Grayscale: #B8B8B8. Windows color (decimal): -3163536 or 7387855. OLE color: 7387855.
HSL color Cylindrical-coordinate representation of color #CFBA70: hue angle of 46.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFBA70 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 112 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.19 |
| HSL | 46.74º | 0.5% | 0.63% | - |
| HSV(B) | 46.74º | 0.46% | 0.81% | - |
| XYZ | 46.22 | 49.55 | 22.46 | - |
| YUV | 183.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 112 | 0 | 0.10 | 0.46 | 0.19 | 46.74 | 0.5 | 0.63 |
| Hex | CF | BA | 70 | 0 | A | 2E | 13 | 2F | 32 | 3F |
| Octal | 317 | 272 | 160 | 0 | 12 | 56 | 23 | 57 | 62 | 77 |
| Binary | 11001111 | 10111010 | 1110000 | 0 | 1010 | 101110 | 10011 | 101111 | 110010 | 111111 |
Color Harmonies of #CFBA70
Complementary color
Monochromatic Colors of #CFBA70
Black with #CFBA70
Text Example
Text Example
White with #CFBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA70; }
p { color: rgb(207,186,112); }
H1.HeaderClassName
{
color: #CFBA70;
}
.AnyTagClassName
{
color: #CFBA70;
}
</style>
background-color css
<style>
a { background-color: #CFBA70; }
a { background-color: rgb(207,186,112); }
div.DivClassName
{
background-color: #CFBA70;
}
.BgClassName
{
background-color: #CFBA70;
}
</style>
border-color css
<style>
span { border-color: #CFBA70; }
span { border-color: rgb(207,186,112); }
td.TdClassName
{
border-color: #CFBA70;
}
.TagClassName
{
border-color: #CFBA70;
}
</style>