Shades of Putty #CFB66D
Tints of Putty #CFB66D
RGB
CMYK
RGB Variations
Color information
#CFB66D (or 0xCFB66D) is known color: Putty. HEX triplet: CF, B6 and 6D. RGB value is (207,182,109). Sum of RGB (Red+Green+Blue) = 207+182+109=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB66D is #304992. Grayscale: #B5B5B5. Windows color (decimal): -3164563 or 7190223. OLE color: 7190223.
HSL color Cylindrical-coordinate representation of color #CFB66D: hue angle of 44.69º 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 #CFB66D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 109 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.19 |
| HSL | 44.69º | 0.51% | 0.62% | - |
| HSV(B) | 44.69º | 0.47% | 0.81% | - |
| XYZ | 45.22 | 47.83 | 21.32 | - |
| YUV | 181.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 109 | 0 | 0.12 | 0.47 | 0.19 | 44.69 | 0.51 | 0.62 |
| Hex | CF | B6 | 6D | 0 | C | 2F | 13 | 2D | 33 | 3E |
| Octal | 317 | 266 | 155 | 0 | 14 | 57 | 23 | 55 | 63 | 76 |
| Binary | 11001111 | 10110110 | 1101101 | 0 | 1100 | 101111 | 10011 | 101101 | 110011 | 111110 |
Color Harmonies of #CFB66D
Complementary color
Monochromatic Colors of #CFB66D
Black with #CFB66D
Text Example
Text Example
White with #CFB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB66D; }
p { color: rgb(207,182,109); }
H1.HeaderClassName
{
color: #CFB66D;
}
.AnyTagClassName
{
color: #CFB66D;
}
</style>
background-color css
<style>
a { background-color: #CFB66D; }
a { background-color: rgb(207,182,109); }
div.DivClassName
{
background-color: #CFB66D;
}
.BgClassName
{
background-color: #CFB66D;
}
</style>
border-color css
<style>
span { border-color: #CFB66D; }
span { border-color: rgb(207,182,109); }
td.TdClassName
{
border-color: #CFB66D;
}
.TagClassName
{
border-color: #CFB66D;
}
</style>