Shades of Putty #CFAA6E
Tints of Putty #CFAA6E
RGB
CMYK
RGB Variations
Color information
#CFAA6E (or 0xCFAA6E) is known color: Putty. HEX triplet: CF, AA and 6E. RGB value is (207,170,110). Sum of RGB (Red+Green+Blue) = 207+170+110=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA6E is #305591. Grayscale: #AEAEAE. Windows color (decimal): -3167634 or 7252687. OLE color: 7252687.
HSL color Cylindrical-coordinate representation of color #CFAA6E: hue angle of 37.11º degrees, saturation: 0.5, 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 #CFAA6E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 110 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.19 |
| HSL | 37.11º | 0.5% | 0.62% | - |
| HSV(B) | 37.11º | 0.47% | 0.81% | - |
| XYZ | 42.92 | 43.14 | 20.82 | - |
| YUV | 174.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 110 | 0 | 0.18 | 0.47 | 0.19 | 37.11 | 0.5 | 0.62 |
| Hex | CF | AA | 6E | 0 | 12 | 2F | 13 | 25 | 32 | 3E |
| Octal | 317 | 252 | 156 | 0 | 22 | 57 | 23 | 45 | 62 | 76 |
| Binary | 11001111 | 10101010 | 1101110 | 0 | 10010 | 101111 | 10011 | 100101 | 110010 | 111110 |
Color Harmonies of #CFAA6E
Complementary color
Monochromatic Colors of #CFAA6E
Black with #CFAA6E
Text Example
Text Example
White with #CFAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA6E; }
p { color: rgb(207,170,110); }
H1.HeaderClassName
{
color: #CFAA6E;
}
.AnyTagClassName
{
color: #CFAA6E;
}
</style>
background-color css
<style>
a { background-color: #CFAA6E; }
a { background-color: rgb(207,170,110); }
div.DivClassName
{
background-color: #CFAA6E;
}
.BgClassName
{
background-color: #CFAA6E;
}
</style>
border-color css
<style>
span { border-color: #CFAA6E; }
span { border-color: rgb(207,170,110); }
td.TdClassName
{
border-color: #CFAA6E;
}
.TagClassName
{
border-color: #CFAA6E;
}
</style>