Shades of Putty #CFB06D
Tints of Putty #CFB06D
RGB
CMYK
RGB Variations
Color information
#CFB06D (or 0xCFB06D) is known color: Putty. HEX triplet: CF, B0 and 6D. RGB value is (207,176,109). Sum of RGB (Red+Green+Blue) = 207+176+109=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB06D is #304F92. Grayscale: #B1B1B1. Windows color (decimal): -3166099 or 7188687. OLE color: 7188687.
HSL color Cylindrical-coordinate representation of color #CFB06D: hue angle of 41.02º 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 #CFB06D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 109 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.19 |
| HSL | 41.02º | 0.51% | 0.62% | - |
| HSV(B) | 41.02º | 0.47% | 0.81% | - |
| XYZ | 44.02 | 45.42 | 20.91 | - |
| YUV | 177.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 109 | 0 | 0.15 | 0.47 | 0.19 | 41.02 | 0.51 | 0.62 |
| Hex | CF | B0 | 6D | 0 | F | 2F | 13 | 29 | 33 | 3E |
| Octal | 317 | 260 | 155 | 0 | 17 | 57 | 23 | 51 | 63 | 76 |
| Binary | 11001111 | 10110000 | 1101101 | 0 | 1111 | 101111 | 10011 | 101001 | 110011 | 111110 |
Color Harmonies of #CFB06D
Complementary color
Monochromatic Colors of #CFB06D
Black with #CFB06D
Text Example
Text Example
White with #CFB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB06D; }
p { color: rgb(207,176,109); }
H1.HeaderClassName
{
color: #CFB06D;
}
.AnyTagClassName
{
color: #CFB06D;
}
</style>
background-color css
<style>
a { background-color: #CFB06D; }
a { background-color: rgb(207,176,109); }
div.DivClassName
{
background-color: #CFB06D;
}
.BgClassName
{
background-color: #CFB06D;
}
</style>
border-color css
<style>
span { border-color: #CFB06D; }
span { border-color: rgb(207,176,109); }
td.TdClassName
{
border-color: #CFB06D;
}
.TagClassName
{
border-color: #CFB06D;
}
</style>