Shades of Putty #CFA56F
Tints of Putty #CFA56F
RGB
CMYK
RGB Variations
Color information
#CFA56F (or 0xCFA56F) is known color: Putty. HEX triplet: CF, A5 and 6F. RGB value is (207,165,111). Sum of RGB (Red+Green+Blue) = 207+165+111=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA56F is #305A90. Grayscale: #ABABAB. Windows color (decimal): -3168913 or 7316943. OLE color: 7316943.
HSL color Cylindrical-coordinate representation of color #CFA56F: hue angle of 33.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA56F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 111 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.19 |
| HSL | 33.75º | 0.5% | 0.62% | - |
| HSV(B) | 33.75º | 0.46% | 0.81% | - |
| XYZ | 42.06 | 41.32 | 20.8 | - |
| YUV | 171.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 111 | 0 | 0.20 | 0.46 | 0.19 | 33.75 | 0.5 | 0.62 |
| Hex | CF | A5 | 6F | 0 | 14 | 2E | 13 | 22 | 32 | 3E |
| Octal | 317 | 245 | 157 | 0 | 24 | 56 | 23 | 42 | 62 | 76 |
| Binary | 11001111 | 10100101 | 1101111 | 0 | 10100 | 101110 | 10011 | 100010 | 110010 | 111110 |
Color Harmonies of #CFA56F
Complementary color
Monochromatic Colors of #CFA56F
Black with #CFA56F
Text Example
Text Example
White with #CFA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA56F; }
p { color: rgb(207,165,111); }
H1.HeaderClassName
{
color: #CFA56F;
}
.AnyTagClassName
{
color: #CFA56F;
}
</style>
background-color css
<style>
a { background-color: #CFA56F; }
a { background-color: rgb(207,165,111); }
div.DivClassName
{
background-color: #CFA56F;
}
.BgClassName
{
background-color: #CFA56F;
}
</style>
border-color css
<style>
span { border-color: #CFA56F; }
span { border-color: rgb(207,165,111); }
td.TdClassName
{
border-color: #CFA56F;
}
.TagClassName
{
border-color: #CFA56F;
}
</style>