Shades of Putty #CFAB6D
Tints of Putty #CFAB6D
RGB
CMYK
RGB Variations
Color information
#CFAB6D (or 0xCFAB6D) is known color: Putty. HEX triplet: CF, AB and 6D. RGB value is (207,171,109). Sum of RGB (Red+Green+Blue) = 207+171+109=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB6D is #305492. Grayscale: #AEAEAE. Windows color (decimal): -3167379 or 7187407. OLE color: 7187407.
HSL color Cylindrical-coordinate representation of color #CFAB6D: hue angle of 37.96º 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 #CFAB6D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 109 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.19 |
| HSL | 37.96º | 0.51% | 0.62% | - |
| HSV(B) | 37.96º | 0.47% | 0.81% | - |
| XYZ | 43.06 | 43.5 | 20.59 | - |
| YUV | 174.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 109 | 0 | 0.17 | 0.47 | 0.19 | 37.96 | 0.51 | 0.62 |
| Hex | CF | AB | 6D | 0 | 11 | 2F | 13 | 26 | 33 | 3E |
| Octal | 317 | 253 | 155 | 0 | 21 | 57 | 23 | 46 | 63 | 76 |
| Binary | 11001111 | 10101011 | 1101101 | 0 | 10001 | 101111 | 10011 | 100110 | 110011 | 111110 |
Color Harmonies of #CFAB6D
Complementary color
Monochromatic Colors of #CFAB6D
Black with #CFAB6D
Text Example
Text Example
White with #CFAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB6D; }
p { color: rgb(207,171,109); }
H1.HeaderClassName
{
color: #CFAB6D;
}
.AnyTagClassName
{
color: #CFAB6D;
}
</style>
background-color css
<style>
a { background-color: #CFAB6D; }
a { background-color: rgb(207,171,109); }
div.DivClassName
{
background-color: #CFAB6D;
}
.BgClassName
{
background-color: #CFAB6D;
}
</style>
border-color css
<style>
span { border-color: #CFAB6D; }
span { border-color: rgb(207,171,109); }
td.TdClassName
{
border-color: #CFAB6D;
}
.TagClassName
{
border-color: #CFAB6D;
}
</style>