Shades of Putty #CFA86B
Tints of Putty #CFA86B
RGB
CMYK
RGB Variations
Color information
#CFA86B (or 0xCFA86B) is known color: Putty. HEX triplet: CF, A8 and 6B. RGB value is (207,168,107). Sum of RGB (Red+Green+Blue) = 207+168+107=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA86B is #305794. Grayscale: #ACACAC. Windows color (decimal): -3168149 or 7055567. OLE color: 7055567.
HSL color Cylindrical-coordinate representation of color #CFA86B: hue angle of 36.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA86B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 107 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.19 |
| HSL | 36.6º | 0.51% | 0.62% | - |
| HSV(B) | 36.6º | 0.48% | 0.81% | - |
| XYZ | 42.39 | 42.33 | 19.85 | - |
| YUV | 172.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 107 | 0 | 0.19 | 0.48 | 0.19 | 36.6 | 0.51 | 0.62 |
| Hex | CF | A8 | 6B | 0 | 13 | 30 | 13 | 25 | 33 | 3E |
| Octal | 317 | 250 | 153 | 0 | 23 | 60 | 23 | 45 | 63 | 76 |
| Binary | 11001111 | 10101000 | 1101011 | 0 | 10011 | 110000 | 10011 | 100101 | 110011 | 111110 |
Color Harmonies of #CFA86B
Complementary color
Monochromatic Colors of #CFA86B
Black with #CFA86B
Text Example
Text Example
White with #CFA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA86B; }
p { color: rgb(207,168,107); }
H1.HeaderClassName
{
color: #CFA86B;
}
.AnyTagClassName
{
color: #CFA86B;
}
</style>
background-color css
<style>
a { background-color: #CFA86B; }
a { background-color: rgb(207,168,107); }
div.DivClassName
{
background-color: #CFA86B;
}
.BgClassName
{
background-color: #CFA86B;
}
</style>
border-color css
<style>
span { border-color: #CFA86B; }
span { border-color: rgb(207,168,107); }
td.TdClassName
{
border-color: #CFA86B;
}
.TagClassName
{
border-color: #CFA86B;
}
</style>