Shades of Putty #CFAF67
Tints of Putty #CFAF67
RGB
CMYK
RGB Variations
Color information
#CFAF67 (or 0xCFAF67) is known color: Putty. HEX triplet: CF, AF and 67. RGB value is (207,175,103). Sum of RGB (Red+Green+Blue) = 207+175+103=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF67 is #305098. Grayscale: #B0B0B0. Windows color (decimal): -3166361 or 6795215. OLE color: 6795215.
HSL color Cylindrical-coordinate representation of color #CFAF67: hue angle of 41.54º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFAF67 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 103 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 41.54º | 0.52% | 0.61% | - |
| HSV(B) | 41.54º | 0.5% | 0.81% | - |
| XYZ | 43.51 | 44.9 | 19.21 | - |
| YUV | 176.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 103 | 0 | 0.15 | 0.50 | 0.19 | 41.54 | 0.52 | 0.61 |
| Hex | CF | AF | 67 | 0 | F | 32 | 13 | 2A | 34 | 3D |
| Octal | 317 | 257 | 147 | 0 | 17 | 62 | 23 | 52 | 64 | 75 |
| Binary | 11001111 | 10101111 | 1100111 | 0 | 1111 | 110010 | 10011 | 101010 | 110100 | 111101 |
Color Harmonies of #CFAF67
Complementary color
Monochromatic Colors of #CFAF67
Black with #CFAF67
Text Example
Text Example
White with #CFAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF67; }
p { color: rgb(207,175,103); }
H1.HeaderClassName
{
color: #CFAF67;
}
.AnyTagClassName
{
color: #CFAF67;
}
</style>
background-color css
<style>
a { background-color: #CFAF67; }
a { background-color: rgb(207,175,103); }
div.DivClassName
{
background-color: #CFAF67;
}
.BgClassName
{
background-color: #CFAF67;
}
</style>
border-color css
<style>
span { border-color: #CFAF67; }
span { border-color: rgb(207,175,103); }
td.TdClassName
{
border-color: #CFAF67;
}
.TagClassName
{
border-color: #CFAF67;
}
</style>