Shades of Putty #CFA46D
Tints of Putty #CFA46D
RGB
CMYK
RGB Variations
Color information
#CFA46D (or 0xCFA46D) is known color: Putty. HEX triplet: CF, A4 and 6D. RGB value is (207,164,109). Sum of RGB (Red+Green+Blue) = 207+164+109=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA46D is #305B92. Grayscale: #AAAAAA. Windows color (decimal): -3169171 or 7185615. OLE color: 7185615.
HSL color Cylindrical-coordinate representation of color #CFA46D: hue angle of 33.67º 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 #CFA46D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 109 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.19 |
| HSL | 33.67º | 0.51% | 0.62% | - |
| HSV(B) | 33.67º | 0.47% | 0.81% | - |
| XYZ | 41.77 | 40.92 | 20.17 | - |
| YUV | 170.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 109 | 0 | 0.21 | 0.47 | 0.19 | 33.67 | 0.51 | 0.62 |
| Hex | CF | A4 | 6D | 0 | 15 | 2F | 13 | 22 | 33 | 3E |
| Octal | 317 | 244 | 155 | 0 | 25 | 57 | 23 | 42 | 63 | 76 |
| Binary | 11001111 | 10100100 | 1101101 | 0 | 10101 | 101111 | 10011 | 100010 | 110011 | 111110 |
Color Harmonies of #CFA46D
Complementary color
Monochromatic Colors of #CFA46D
Black with #CFA46D
Text Example
Text Example
White with #CFA46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA46D; }
p { color: rgb(207,164,109); }
H1.HeaderClassName
{
color: #CFA46D;
}
.AnyTagClassName
{
color: #CFA46D;
}
</style>
background-color css
<style>
a { background-color: #CFA46D; }
a { background-color: rgb(207,164,109); }
div.DivClassName
{
background-color: #CFA46D;
}
.BgClassName
{
background-color: #CFA46D;
}
</style>
border-color css
<style>
span { border-color: #CFA46D; }
span { border-color: rgb(207,164,109); }
td.TdClassName
{
border-color: #CFA46D;
}
.TagClassName
{
border-color: #CFA46D;
}
</style>