Shades of Putty #CFB76C
Tints of Putty #CFB76C
RGB
CMYK
RGB Variations
Color information
#CFB76C (or 0xCFB76C) is known color: Putty. HEX triplet: CF, B7 and 6C. RGB value is (207,183,108). Sum of RGB (Red+Green+Blue) = 207+183+108=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB76C is #304893. Grayscale: #B5B5B5. Windows color (decimal): -3164308 or 7124943. OLE color: 7124943.
HSL color Cylindrical-coordinate representation of color #CFB76C: hue angle of 45.45º 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 #CFB76C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 108 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.19 |
| HSL | 45.45º | 0.51% | 0.62% | - |
| HSV(B) | 45.45º | 0.48% | 0.81% | - |
| XYZ | 45.37 | 48.22 | 21.1 | - |
| YUV | 181.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 108 | 0 | 0.12 | 0.48 | 0.19 | 45.45 | 0.51 | 0.62 |
| Hex | CF | B7 | 6C | 0 | C | 30 | 13 | 2D | 33 | 3E |
| Octal | 317 | 267 | 154 | 0 | 14 | 60 | 23 | 55 | 63 | 76 |
| Binary | 11001111 | 10110111 | 1101100 | 0 | 1100 | 110000 | 10011 | 101101 | 110011 | 111110 |
Color Harmonies of #CFB76C
Complementary color
Monochromatic Colors of #CFB76C
Black with #CFB76C
Text Example
Text Example
White with #CFB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB76C; }
p { color: rgb(207,183,108); }
H1.HeaderClassName
{
color: #CFB76C;
}
.AnyTagClassName
{
color: #CFB76C;
}
</style>
background-color css
<style>
a { background-color: #CFB76C; }
a { background-color: rgb(207,183,108); }
div.DivClassName
{
background-color: #CFB76C;
}
.BgClassName
{
background-color: #CFB76C;
}
</style>
border-color css
<style>
span { border-color: #CFB76C; }
span { border-color: rgb(207,183,108); }
td.TdClassName
{
border-color: #CFB76C;
}
.TagClassName
{
border-color: #CFB76C;
}
</style>