Shades of Putty #CFA76A
Tints of Putty #CFA76A
RGB
CMYK
RGB Variations
Color information
#CFA76A (or 0xCFA76A) is known color: Putty. HEX triplet: CF, A7 and 6A. RGB value is (207,167,106). Sum of RGB (Red+Green+Blue) = 207+167+106=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA76A is #305895. Grayscale: #ACACAC. Windows color (decimal): -3168406 or 6989775. OLE color: 6989775.
HSL color Cylindrical-coordinate representation of color #CFA76A: hue angle of 36.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFA76A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 106 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.19 |
| HSL | 36.24º | 0.51% | 0.61% | - |
| HSV(B) | 36.24º | 0.49% | 0.81% | - |
| XYZ | 42.15 | 41.94 | 19.51 | - |
| YUV | 172.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 106 | 0 | 0.19 | 0.49 | 0.19 | 36.24 | 0.51 | 0.61 |
| Hex | CF | A7 | 6A | 0 | 13 | 31 | 13 | 24 | 33 | 3D |
| Octal | 317 | 247 | 152 | 0 | 23 | 61 | 23 | 44 | 63 | 75 |
| Binary | 11001111 | 10100111 | 1101010 | 0 | 10011 | 110001 | 10011 | 100100 | 110011 | 111101 |
Color Harmonies of #CFA76A
Complementary color
Monochromatic Colors of #CFA76A
Black with #CFA76A
Text Example
Text Example
White with #CFA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA76A; }
p { color: rgb(207,167,106); }
H1.HeaderClassName
{
color: #CFA76A;
}
.AnyTagClassName
{
color: #CFA76A;
}
</style>
background-color css
<style>
a { background-color: #CFA76A; }
a { background-color: rgb(207,167,106); }
div.DivClassName
{
background-color: #CFA76A;
}
.BgClassName
{
background-color: #CFA76A;
}
</style>
border-color css
<style>
span { border-color: #CFA76A; }
span { border-color: rgb(207,167,106); }
td.TdClassName
{
border-color: #CFA76A;
}
.TagClassName
{
border-color: #CFA76A;
}
</style>