Shades of Putty #CFB16D
Tints of Putty #CFB16D
RGB
CMYK
RGB Variations
Color information
#CFB16D (or 0xCFB16D) is known color: Putty. HEX triplet: CF, B1 and 6D. RGB value is (207,177,109). Sum of RGB (Red+Green+Blue) = 207+177+109=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB16D is #304E92. Grayscale: #B2B2B2. Windows color (decimal): -3165843 or 7188943. OLE color: 7188943.
HSL color Cylindrical-coordinate representation of color #CFB16D: hue angle of 41.63º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFB16D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 109 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.19 |
| HSL | 41.63º | 0.51% | 0.62% | - |
| HSV(B) | 41.63º | 0.47% | 0.81% | - |
| XYZ | 44.21 | 45.81 | 20.98 | - |
| YUV | 178.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 109 | 0 | 0.14 | 0.47 | 0.19 | 41.63 | 0.51 | 0.62 |
| Hex | CF | B1 | 6D | 0 | E | 2F | 13 | 2A | 33 | 3E |
| Octal | 317 | 261 | 155 | 0 | 16 | 57 | 23 | 52 | 63 | 76 |
| Binary | 11001111 | 10110001 | 1101101 | 0 | 1110 | 101111 | 10011 | 101010 | 110011 | 111110 |
Color Harmonies of #CFB16D
Complementary color
Monochromatic Colors of #CFB16D
Black with #CFB16D
Text Example
Text Example
White with #CFB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB16D; }
p { color: rgb(207,177,109); }
H1.HeaderClassName
{
color: #CFB16D;
}
.AnyTagClassName
{
color: #CFB16D;
}
</style>
background-color css
<style>
a { background-color: #CFB16D; }
a { background-color: rgb(207,177,109); }
div.DivClassName
{
background-color: #CFB16D;
}
.BgClassName
{
background-color: #CFB16D;
}
</style>
border-color css
<style>
span { border-color: #CFB16D; }
span { border-color: rgb(207,177,109); }
td.TdClassName
{
border-color: #CFB16D;
}
.TagClassName
{
border-color: #CFB16D;
}
</style>