Shades of Putty #CFA875
Tints of Putty #CFA875
RGB
CMYK
RGB Variations
Color information
#CFA875 (or 0xCFA875) is known color: Putty. HEX triplet: CF, A8 and 75. RGB value is (207,168,117). Sum of RGB (Red+Green+Blue) = 207+168+117=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA875 is #30578A. Grayscale: #AEAEAE. Windows color (decimal): -3168139 or 7710927. OLE color: 7710927.
HSL color Cylindrical-coordinate representation of color #CFA875: hue angle of 34º 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 #CFA875 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 117 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.19 |
| HSL | 34º | 0.48% | 0.64% | - |
| HSV(B) | 34º | 0.43% | 0.81% | - |
| XYZ | 42.95 | 42.56 | 22.78 | - |
| YUV | 173.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 117 | 0 | 0.19 | 0.43 | 0.19 | 34 | 0.48 | 0.64 |
| Hex | CF | A8 | 75 | 0 | 13 | 2B | 13 | 22 | 30 | 40 |
| Octal | 317 | 250 | 165 | 0 | 23 | 53 | 23 | 42 | 60 | 100 |
| Binary | 11001111 | 10101000 | 1110101 | 0 | 10011 | 101011 | 10011 | 100010 | 110000 | 1000000 |
Color Harmonies of #CFA875
Complementary color
Monochromatic Colors of #CFA875
Black with #CFA875
Text Example
Text Example
White with #CFA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA875; }
p { color: rgb(207,168,117); }
H1.HeaderClassName
{
color: #CFA875;
}
.AnyTagClassName
{
color: #CFA875;
}
</style>
background-color css
<style>
a { background-color: #CFA875; }
a { background-color: rgb(207,168,117); }
div.DivClassName
{
background-color: #CFA875;
}
.BgClassName
{
background-color: #CFA875;
}
</style>
border-color css
<style>
span { border-color: #CFA875; }
span { border-color: rgb(207,168,117); }
td.TdClassName
{
border-color: #CFA875;
}
.TagClassName
{
border-color: #CFA875;
}
</style>