Shades of Putty #CFA673
Tints of Putty #CFA673
RGB
CMYK
RGB Variations
Color information
#CFA673 (or 0xCFA673) is known color: Putty. HEX triplet: CF, A6 and 73. RGB value is (207,166,115). Sum of RGB (Red+Green+Blue) = 207+166+115=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA673 is #30598C. Grayscale: #ACACAC. Windows color (decimal): -3168653 or 7579343. OLE color: 7579343.
HSL color Cylindrical-coordinate representation of color #CFA673: hue angle of 33.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFA673 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 115 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.19 |
| HSL | 33.26º | 0.49% | 0.63% | - |
| HSV(B) | 33.26º | 0.44% | 0.81% | - |
| XYZ | 42.46 | 41.78 | 22.05 | - |
| YUV | 172.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 115 | 0 | 0.20 | 0.44 | 0.19 | 33.26 | 0.49 | 0.63 |
| Hex | CF | A6 | 73 | 0 | 14 | 2C | 13 | 21 | 31 | 3F |
| Octal | 317 | 246 | 163 | 0 | 24 | 54 | 23 | 41 | 61 | 77 |
| Binary | 11001111 | 10100110 | 1110011 | 0 | 10100 | 101100 | 10011 | 100001 | 110001 | 111111 |
Color Harmonies of #CFA673
Complementary color
Monochromatic Colors of #CFA673
Black with #CFA673
Text Example
Text Example
White with #CFA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA673; }
p { color: rgb(207,166,115); }
H1.HeaderClassName
{
color: #CFA673;
}
.AnyTagClassName
{
color: #CFA673;
}
</style>
background-color css
<style>
a { background-color: #CFA673; }
a { background-color: rgb(207,166,115); }
div.DivClassName
{
background-color: #CFA673;
}
.BgClassName
{
background-color: #CFA673;
}
</style>
border-color css
<style>
span { border-color: #CFA673; }
span { border-color: rgb(207,166,115); }
td.TdClassName
{
border-color: #CFA673;
}
.TagClassName
{
border-color: #CFA673;
}
</style>