Shades of Putty #CFA775
Tints of Putty #CFA775
RGB
CMYK
RGB Variations
Color information
#CFA775 (or 0xCFA775) is known color: Putty. HEX triplet: CF, A7 and 75. RGB value is (207,167,117). Sum of RGB (Red+Green+Blue) = 207+167+117=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA775 is #30588A. Grayscale: #ADADAD. Windows color (decimal): -3168395 or 7710671. OLE color: 7710671.
HSL color Cylindrical-coordinate representation of color #CFA775: hue angle of 33.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA775 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 117 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.19 |
| HSL | 33.33º | 0.48% | 0.64% | - |
| HSV(B) | 33.33º | 0.43% | 0.81% | - |
| XYZ | 42.76 | 42.19 | 22.72 | - |
| YUV | 173.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 117 | 0 | 0.19 | 0.43 | 0.19 | 33.33 | 0.48 | 0.64 |
| Hex | CF | A7 | 75 | 0 | 13 | 2B | 13 | 21 | 30 | 40 |
| Octal | 317 | 247 | 165 | 0 | 23 | 53 | 23 | 41 | 60 | 100 |
| Binary | 11001111 | 10100111 | 1110101 | 0 | 10011 | 101011 | 10011 | 100001 | 110000 | 1000000 |
Color Harmonies of #CFA775
Complementary color
Monochromatic Colors of #CFA775
Black with #CFA775
Text Example
Text Example
White with #CFA775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA775; }
p { color: rgb(207,167,117); }
H1.HeaderClassName
{
color: #CFA775;
}
.AnyTagClassName
{
color: #CFA775;
}
</style>
background-color css
<style>
a { background-color: #CFA775; }
a { background-color: rgb(207,167,117); }
div.DivClassName
{
background-color: #CFA775;
}
.BgClassName
{
background-color: #CFA775;
}
</style>
border-color css
<style>
span { border-color: #CFA775; }
span { border-color: rgb(207,167,117); }
td.TdClassName
{
border-color: #CFA775;
}
.TagClassName
{
border-color: #CFA775;
}
</style>