Shades of Putty #CFAF6E
Tints of Putty #CFAF6E
RGB
CMYK
RGB Variations
Color information
#CFAF6E (or 0xCFAF6E) is known color: Putty. HEX triplet: CF, AF and 6E. RGB value is (207,175,110). Sum of RGB (Red+Green+Blue) = 207+175+110=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF6E is #305091. Grayscale: #B1B1B1. Windows color (decimal): -3166354 or 7253967. OLE color: 7253967.
HSL color Cylindrical-coordinate representation of color #CFAF6E: hue angle of 40.21º degrees, saturation: 0.5, 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 #CFAF6E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 110 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.19 |
| HSL | 40.21º | 0.5% | 0.62% | - |
| HSV(B) | 40.21º | 0.47% | 0.81% | - |
| XYZ | 43.88 | 45.05 | 21.14 | - |
| YUV | 177.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 110 | 0 | 0.15 | 0.47 | 0.19 | 40.21 | 0.5 | 0.62 |
| Hex | CF | AF | 6E | 0 | F | 2F | 13 | 28 | 32 | 3E |
| Octal | 317 | 257 | 156 | 0 | 17 | 57 | 23 | 50 | 62 | 76 |
| Binary | 11001111 | 10101111 | 1101110 | 0 | 1111 | 101111 | 10011 | 101000 | 110010 | 111110 |
Color Harmonies of #CFAF6E
Complementary color
Monochromatic Colors of #CFAF6E
Black with #CFAF6E
Text Example
Text Example
White with #CFAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF6E; }
p { color: rgb(207,175,110); }
H1.HeaderClassName
{
color: #CFAF6E;
}
.AnyTagClassName
{
color: #CFAF6E;
}
</style>
background-color css
<style>
a { background-color: #CFAF6E; }
a { background-color: rgb(207,175,110); }
div.DivClassName
{
background-color: #CFAF6E;
}
.BgClassName
{
background-color: #CFAF6E;
}
</style>
border-color css
<style>
span { border-color: #CFAF6E; }
span { border-color: rgb(207,175,110); }
td.TdClassName
{
border-color: #CFAF6E;
}
.TagClassName
{
border-color: #CFAF6E;
}
</style>