Shades of Putty #CFAF6D
Tints of Putty #CFAF6D
RGB
CMYK
RGB Variations
Color information
#CFAF6D (or 0xCFAF6D) is known color: Putty. HEX triplet: CF, AF and 6D. RGB value is (207,175,109). Sum of RGB (Red+Green+Blue) = 207+175+109=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF6D is #305092. Grayscale: #B1B1B1. Windows color (decimal): -3166355 or 7188431. OLE color: 7188431.
HSL color Cylindrical-coordinate representation of color #CFAF6D: hue angle of 40.41º 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 #CFAF6D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 109 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.19 |
| HSL | 40.41º | 0.51% | 0.62% | - |
| HSV(B) | 40.41º | 0.47% | 0.81% | - |
| XYZ | 43.82 | 45.03 | 20.85 | - |
| YUV | 177.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 109 | 0 | 0.15 | 0.47 | 0.19 | 40.41 | 0.51 | 0.62 |
| Hex | CF | AF | 6D | 0 | F | 2F | 13 | 28 | 33 | 3E |
| Octal | 317 | 257 | 155 | 0 | 17 | 57 | 23 | 50 | 63 | 76 |
| Binary | 11001111 | 10101111 | 1101101 | 0 | 1111 | 101111 | 10011 | 101000 | 110011 | 111110 |
Color Harmonies of #CFAF6D
Complementary color
Monochromatic Colors of #CFAF6D
Black with #CFAF6D
Text Example
Text Example
White with #CFAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF6D; }
p { color: rgb(207,175,109); }
H1.HeaderClassName
{
color: #CFAF6D;
}
.AnyTagClassName
{
color: #CFAF6D;
}
</style>
background-color css
<style>
a { background-color: #CFAF6D; }
a { background-color: rgb(207,175,109); }
div.DivClassName
{
background-color: #CFAF6D;
}
.BgClassName
{
background-color: #CFAF6D;
}
</style>
border-color css
<style>
span { border-color: #CFAF6D; }
span { border-color: rgb(207,175,109); }
td.TdClassName
{
border-color: #CFAF6D;
}
.TagClassName
{
border-color: #CFAF6D;
}
</style>