Shades of Putty #CFAC6E
Tints of Putty #CFAC6E
RGB
CMYK
RGB Variations
Color information
#CFAC6E (or 0xCFAC6E) is known color: Putty. HEX triplet: CF, AC and 6E. RGB value is (207,172,110). Sum of RGB (Red+Green+Blue) = 207+172+110=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC6E is #305391. Grayscale: #AFAFAF. Windows color (decimal): -3167122 or 7253199. OLE color: 7253199.
HSL color Cylindrical-coordinate representation of color #CFAC6E: hue angle of 38.35º 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 #CFAC6E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 110 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.19 |
| HSL | 38.35º | 0.5% | 0.62% | - |
| HSV(B) | 38.35º | 0.47% | 0.81% | - |
| XYZ | 43.3 | 43.9 | 20.94 | - |
| YUV | 175.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 110 | 0 | 0.17 | 0.47 | 0.19 | 38.35 | 0.5 | 0.62 |
| Hex | CF | AC | 6E | 0 | 11 | 2F | 13 | 26 | 32 | 3E |
| Octal | 317 | 254 | 156 | 0 | 21 | 57 | 23 | 46 | 62 | 76 |
| Binary | 11001111 | 10101100 | 1101110 | 0 | 10001 | 101111 | 10011 | 100110 | 110010 | 111110 |
Color Harmonies of #CFAC6E
Complementary color
Monochromatic Colors of #CFAC6E
Black with #CFAC6E
Text Example
Text Example
White with #CFAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC6E; }
p { color: rgb(207,172,110); }
H1.HeaderClassName
{
color: #CFAC6E;
}
.AnyTagClassName
{
color: #CFAC6E;
}
</style>
background-color css
<style>
a { background-color: #CFAC6E; }
a { background-color: rgb(207,172,110); }
div.DivClassName
{
background-color: #CFAC6E;
}
.BgClassName
{
background-color: #CFAC6E;
}
</style>
border-color css
<style>
span { border-color: #CFAC6E; }
span { border-color: rgb(207,172,110); }
td.TdClassName
{
border-color: #CFAC6E;
}
.TagClassName
{
border-color: #CFAC6E;
}
</style>