Shades of Putty #CFA967
Tints of Putty #CFA967
RGB
CMYK
RGB Variations
Color information
#CFA967 (or 0xCFA967) is known color: Putty. HEX triplet: CF, A9 and 67. RGB value is (207,169,103). Sum of RGB (Red+Green+Blue) = 207+169+103=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA967 is #305698. Grayscale: #ADADAD. Windows color (decimal): -3167897 or 6793679. OLE color: 6793679.
HSL color Cylindrical-coordinate representation of color #CFA967: hue angle of 38.08º 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 #CFA967 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 103 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.19 |
| HSL | 38.08º | 0.52% | 0.61% | - |
| HSV(B) | 38.08º | 0.5% | 0.81% | - |
| XYZ | 42.37 | 42.62 | 18.83 | - |
| YUV | 172.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 103 | 0 | 0.18 | 0.50 | 0.19 | 38.08 | 0.52 | 0.61 |
| Hex | CF | A9 | 67 | 0 | 12 | 32 | 13 | 26 | 34 | 3D |
| Octal | 317 | 251 | 147 | 0 | 22 | 62 | 23 | 46 | 64 | 75 |
| Binary | 11001111 | 10101001 | 1100111 | 0 | 10010 | 110010 | 10011 | 100110 | 110100 | 111101 |
Color Harmonies of #CFA967
Complementary color
Monochromatic Colors of #CFA967
Black with #CFA967
Text Example
Text Example
White with #CFA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA967; }
p { color: rgb(207,169,103); }
H1.HeaderClassName
{
color: #CFA967;
}
.AnyTagClassName
{
color: #CFA967;
}
</style>
background-color css
<style>
a { background-color: #CFA967; }
a { background-color: rgb(207,169,103); }
div.DivClassName
{
background-color: #CFA967;
}
.BgClassName
{
background-color: #CFA967;
}
</style>
border-color css
<style>
span { border-color: #CFA967; }
span { border-color: rgb(207,169,103); }
td.TdClassName
{
border-color: #CFA967;
}
.TagClassName
{
border-color: #CFA967;
}
</style>