Shades of Putty #CFA76D
Tints of Putty #CFA76D
RGB
CMYK
RGB Variations
Color information
#CFA76D (or 0xCFA76D) is known color: Putty. HEX triplet: CF, A7 and 6D. RGB value is (207,167,109). Sum of RGB (Red+Green+Blue) = 207+167+109=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA76D is #305892. Grayscale: #ACACAC. Windows color (decimal): -3168403 or 7186383. OLE color: 7186383.
HSL color Cylindrical-coordinate representation of color #CFA76D: hue angle of 35.51º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFA76D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 109 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.19 |
| HSL | 35.51º | 0.51% | 0.62% | - |
| HSV(B) | 35.51º | 0.47% | 0.81% | - |
| XYZ | 42.31 | 42.01 | 20.35 | - |
| YUV | 172.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 109 | 0 | 0.19 | 0.47 | 0.19 | 35.51 | 0.51 | 0.62 |
| Hex | CF | A7 | 6D | 0 | 13 | 2F | 13 | 24 | 33 | 3E |
| Octal | 317 | 247 | 155 | 0 | 23 | 57 | 23 | 44 | 63 | 76 |
| Binary | 11001111 | 10100111 | 1101101 | 0 | 10011 | 101111 | 10011 | 100100 | 110011 | 111110 |
Color Harmonies of #CFA76D
Complementary color
Monochromatic Colors of #CFA76D
Black with #CFA76D
Text Example
Text Example
White with #CFA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA76D; }
p { color: rgb(207,167,109); }
H1.HeaderClassName
{
color: #CFA76D;
}
.AnyTagClassName
{
color: #CFA76D;
}
</style>
background-color css
<style>
a { background-color: #CFA76D; }
a { background-color: rgb(207,167,109); }
div.DivClassName
{
background-color: #CFA76D;
}
.BgClassName
{
background-color: #CFA76D;
}
</style>
border-color css
<style>
span { border-color: #CFA76D; }
span { border-color: rgb(207,167,109); }
td.TdClassName
{
border-color: #CFA76D;
}
.TagClassName
{
border-color: #CFA76D;
}
</style>