Shades of Putty #CFA76B
Tints of Putty #CFA76B
RGB
CMYK
RGB Variations
Color information
#CFA76B (or 0xCFA76B) is known color: Putty. HEX triplet: CF, A7 and 6B. RGB value is (207,167,107). Sum of RGB (Red+Green+Blue) = 207+167+107=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA76B is #305894. Grayscale: #ACACAC. Windows color (decimal): -3168405 or 7055311. OLE color: 7055311.
HSL color Cylindrical-coordinate representation of color #CFA76B: hue angle of 36º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA76B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 107 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.19 |
| HSL | 36º | 0.51% | 0.62% | - |
| HSV(B) | 36º | 0.48% | 0.81% | - |
| XYZ | 42.2 | 41.96 | 19.79 | - |
| YUV | 172.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 107 | 0 | 0.19 | 0.48 | 0.19 | 36 | 0.51 | 0.62 |
| Hex | CF | A7 | 6B | 0 | 13 | 30 | 13 | 24 | 33 | 3E |
| Octal | 317 | 247 | 153 | 0 | 23 | 60 | 23 | 44 | 63 | 76 |
| Binary | 11001111 | 10100111 | 1101011 | 0 | 10011 | 110000 | 10011 | 100100 | 110011 | 111110 |
Color Harmonies of #CFA76B
Complementary color
Monochromatic Colors of #CFA76B
Black with #CFA76B
Text Example
Text Example
White with #CFA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA76B; }
p { color: rgb(207,167,107); }
H1.HeaderClassName
{
color: #CFA76B;
}
.AnyTagClassName
{
color: #CFA76B;
}
</style>
background-color css
<style>
a { background-color: #CFA76B; }
a { background-color: rgb(207,167,107); }
div.DivClassName
{
background-color: #CFA76B;
}
.BgClassName
{
background-color: #CFA76B;
}
</style>
border-color css
<style>
span { border-color: #CFA76B; }
span { border-color: rgb(207,167,107); }
td.TdClassName
{
border-color: #CFA76B;
}
.TagClassName
{
border-color: #CFA76B;
}
</style>