Shades of Putty #CFA672
Tints of Putty #CFA672
RGB
CMYK
RGB Variations
Color information
#CFA672 (or 0xCFA672) is known color: Putty. HEX triplet: CF, A6 and 72. RGB value is (207,166,114). Sum of RGB (Red+Green+Blue) = 207+166+114=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA672 is #30598D. Grayscale: #ACACAC. Windows color (decimal): -3168654 or 7513807. OLE color: 7513807.
HSL color Cylindrical-coordinate representation of color #CFA672: hue angle of 33.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFA672 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 114 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.19 |
| HSL | 33.55º | 0.49% | 0.63% | - |
| HSV(B) | 33.55º | 0.45% | 0.81% | - |
| XYZ | 42.41 | 41.75 | 21.74 | - |
| YUV | 172.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 114 | 0 | 0.20 | 0.45 | 0.19 | 33.55 | 0.49 | 0.63 |
| Hex | CF | A6 | 72 | 0 | 14 | 2D | 13 | 22 | 31 | 3F |
| Octal | 317 | 246 | 162 | 0 | 24 | 55 | 23 | 42 | 61 | 77 |
| Binary | 11001111 | 10100110 | 1110010 | 0 | 10100 | 101101 | 10011 | 100010 | 110001 | 111111 |
Color Harmonies of #CFA672
Complementary color
Monochromatic Colors of #CFA672
Black with #CFA672
Text Example
Text Example
White with #CFA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA672; }
p { color: rgb(207,166,114); }
H1.HeaderClassName
{
color: #CFA672;
}
.AnyTagClassName
{
color: #CFA672;
}
</style>
background-color css
<style>
a { background-color: #CFA672; }
a { background-color: rgb(207,166,114); }
div.DivClassName
{
background-color: #CFA672;
}
.BgClassName
{
background-color: #CFA672;
}
</style>
border-color css
<style>
span { border-color: #CFA672; }
span { border-color: rgb(207,166,114); }
td.TdClassName
{
border-color: #CFA672;
}
.TagClassName
{
border-color: #CFA672;
}
</style>