Shades of Putty #CFAD6D
Tints of Putty #CFAD6D
RGB
CMYK
RGB Variations
Color information
#CFAD6D (or 0xCFAD6D) is known color: Putty. HEX triplet: CF, AD and 6D. RGB value is (207,173,109). Sum of RGB (Red+Green+Blue) = 207+173+109=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD6D is #305292. Grayscale: #B0B0B0. Windows color (decimal): -3166867 or 7187919. OLE color: 7187919.
HSL color Cylindrical-coordinate representation of color #CFAD6D: hue angle of 39.18º 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 #CFAD6D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 109 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.19 |
| HSL | 39.18º | 0.51% | 0.62% | - |
| HSV(B) | 39.18º | 0.47% | 0.81% | - |
| XYZ | 43.44 | 44.26 | 20.72 | - |
| YUV | 175.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 109 | 0 | 0.16 | 0.47 | 0.19 | 39.18 | 0.51 | 0.62 |
| Hex | CF | AD | 6D | 0 | 10 | 2F | 13 | 27 | 33 | 3E |
| Octal | 317 | 255 | 155 | 0 | 20 | 57 | 23 | 47 | 63 | 76 |
| Binary | 11001111 | 10101101 | 1101101 | 0 | 10000 | 101111 | 10011 | 100111 | 110011 | 111110 |
Color Harmonies of #CFAD6D
Complementary color
Monochromatic Colors of #CFAD6D
Black with #CFAD6D
Text Example
Text Example
White with #CFAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD6D; }
p { color: rgb(207,173,109); }
H1.HeaderClassName
{
color: #CFAD6D;
}
.AnyTagClassName
{
color: #CFAD6D;
}
</style>
background-color css
<style>
a { background-color: #CFAD6D; }
a { background-color: rgb(207,173,109); }
div.DivClassName
{
background-color: #CFAD6D;
}
.BgClassName
{
background-color: #CFAD6D;
}
</style>
border-color css
<style>
span { border-color: #CFAD6D; }
span { border-color: rgb(207,173,109); }
td.TdClassName
{
border-color: #CFAD6D;
}
.TagClassName
{
border-color: #CFAD6D;
}
</style>