Shades of Putty #CFA76C
Tints of Putty #CFA76C
RGB
CMYK
RGB Variations
Color information
#CFA76C (or 0xCFA76C) is known color: Putty. HEX triplet: CF, A7 and 6C. RGB value is (207,167,108). Sum of RGB (Red+Green+Blue) = 207+167+108=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA76C is #305893. Grayscale: #ACACAC. Windows color (decimal): -3168404 or 7120847. OLE color: 7120847.
HSL color Cylindrical-coordinate representation of color #CFA76C: hue angle of 35.76º 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 #CFA76C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 108 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.19 |
| HSL | 35.76º | 0.51% | 0.62% | - |
| HSV(B) | 35.76º | 0.48% | 0.81% | - |
| XYZ | 42.26 | 41.99 | 20.06 | - |
| YUV | 172.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 108 | 0 | 0.19 | 0.48 | 0.19 | 35.76 | 0.51 | 0.62 |
| Hex | CF | A7 | 6C | 0 | 13 | 30 | 13 | 24 | 33 | 3E |
| Octal | 317 | 247 | 154 | 0 | 23 | 60 | 23 | 44 | 63 | 76 |
| Binary | 11001111 | 10100111 | 1101100 | 0 | 10011 | 110000 | 10011 | 100100 | 110011 | 111110 |
Color Harmonies of #CFA76C
Complementary color
Monochromatic Colors of #CFA76C
Black with #CFA76C
Text Example
Text Example
White with #CFA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA76C; }
p { color: rgb(207,167,108); }
H1.HeaderClassName
{
color: #CFA76C;
}
.AnyTagClassName
{
color: #CFA76C;
}
</style>
background-color css
<style>
a { background-color: #CFA76C; }
a { background-color: rgb(207,167,108); }
div.DivClassName
{
background-color: #CFA76C;
}
.BgClassName
{
background-color: #CFA76C;
}
</style>
border-color css
<style>
span { border-color: #CFA76C; }
span { border-color: rgb(207,167,108); }
td.TdClassName
{
border-color: #CFA76C;
}
.TagClassName
{
border-color: #CFA76C;
}
</style>