Shades of Putty #CFA96E
Tints of Putty #CFA96E
RGB
CMYK
RGB Variations
Color information
#CFA96E (or 0xCFA96E) is known color: Putty. HEX triplet: CF, A9 and 6E. RGB value is (207,169,110). Sum of RGB (Red+Green+Blue) = 207+169+110=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA96E is #305691. Grayscale: #ADADAD. Windows color (decimal): -3167890 or 7252431. OLE color: 7252431.
HSL color Cylindrical-coordinate representation of color #CFA96E: hue angle of 36.49º 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 #CFA96E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 110 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.19 |
| HSL | 36.49º | 0.5% | 0.62% | - |
| HSV(B) | 36.49º | 0.47% | 0.81% | - |
| XYZ | 42.73 | 42.77 | 20.75 | - |
| YUV | 173.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 110 | 0 | 0.18 | 0.47 | 0.19 | 36.49 | 0.5 | 0.62 |
| Hex | CF | A9 | 6E | 0 | 12 | 2F | 13 | 24 | 32 | 3E |
| Octal | 317 | 251 | 156 | 0 | 22 | 57 | 23 | 44 | 62 | 76 |
| Binary | 11001111 | 10101001 | 1101110 | 0 | 10010 | 101111 | 10011 | 100100 | 110010 | 111110 |
Color Harmonies of #CFA96E
Complementary color
Monochromatic Colors of #CFA96E
Black with #CFA96E
Text Example
Text Example
White with #CFA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA96E; }
p { color: rgb(207,169,110); }
H1.HeaderClassName
{
color: #CFA96E;
}
.AnyTagClassName
{
color: #CFA96E;
}
</style>
background-color css
<style>
a { background-color: #CFA96E; }
a { background-color: rgb(207,169,110); }
div.DivClassName
{
background-color: #CFA96E;
}
.BgClassName
{
background-color: #CFA96E;
}
</style>
border-color css
<style>
span { border-color: #CFA96E; }
span { border-color: rgb(207,169,110); }
td.TdClassName
{
border-color: #CFA96E;
}
.TagClassName
{
border-color: #CFA96E;
}
</style>