Shades of Putty #CFAD6C
Tints of Putty #CFAD6C
RGB
CMYK
RGB Variations
Color information
#CFAD6C (or 0xCFAD6C) is known color: Putty. HEX triplet: CF, AD and 6C. RGB value is (207,173,108). Sum of RGB (Red+Green+Blue) = 207+173+108=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD6C is #305293. Grayscale: #B0B0B0. Windows color (decimal): -3166868 or 7122383. OLE color: 7122383.
HSL color Cylindrical-coordinate representation of color #CFAD6C: hue angle of 39.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFAD6C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 108 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.19 |
| HSL | 39.39º | 0.51% | 0.62% | - |
| HSV(B) | 39.39º | 0.48% | 0.81% | - |
| XYZ | 43.38 | 44.24 | 20.44 | - |
| YUV | 175.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 108 | 0 | 0.16 | 0.48 | 0.19 | 39.39 | 0.51 | 0.62 |
| Hex | CF | AD | 6C | 0 | 10 | 30 | 13 | 27 | 33 | 3E |
| Octal | 317 | 255 | 154 | 0 | 20 | 60 | 23 | 47 | 63 | 76 |
| Binary | 11001111 | 10101101 | 1101100 | 0 | 10000 | 110000 | 10011 | 100111 | 110011 | 111110 |
Color Harmonies of #CFAD6C
Complementary color
Monochromatic Colors of #CFAD6C
Black with #CFAD6C
Text Example
Text Example
White with #CFAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD6C; }
p { color: rgb(207,173,108); }
H1.HeaderClassName
{
color: #CFAD6C;
}
.AnyTagClassName
{
color: #CFAD6C;
}
</style>
background-color css
<style>
a { background-color: #CFAD6C; }
a { background-color: rgb(207,173,108); }
div.DivClassName
{
background-color: #CFAD6C;
}
.BgClassName
{
background-color: #CFAD6C;
}
</style>
border-color css
<style>
span { border-color: #CFAD6C; }
span { border-color: rgb(207,173,108); }
td.TdClassName
{
border-color: #CFAD6C;
}
.TagClassName
{
border-color: #CFAD6C;
}
</style>