Shades of Putty #CFB66F
Tints of Putty #CFB66F
RGB
CMYK
RGB Variations
Color information
#CFB66F (or 0xCFB66F) is known color: Putty. HEX triplet: CF, B6 and 6F. RGB value is (207,182,111). Sum of RGB (Red+Green+Blue) = 207+182+111=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB66F is #304990. Grayscale: #B5B5B5. Windows color (decimal): -3164561 or 7321295. OLE color: 7321295.
HSL color Cylindrical-coordinate representation of color #CFB66F: hue angle of 44.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFB66F is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 111 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.19 |
| HSL | 44.38º | 0.5% | 0.62% | - |
| HSV(B) | 44.38º | 0.46% | 0.81% | - |
| XYZ | 45.33 | 47.87 | 21.89 | - |
| YUV | 181.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 111 | 0 | 0.12 | 0.46 | 0.19 | 44.38 | 0.5 | 0.62 |
| Hex | CF | B6 | 6F | 0 | C | 2E | 13 | 2C | 32 | 3E |
| Octal | 317 | 266 | 157 | 0 | 14 | 56 | 23 | 54 | 62 | 76 |
| Binary | 11001111 | 10110110 | 1101111 | 0 | 1100 | 101110 | 10011 | 101100 | 110010 | 111110 |
Color Harmonies of #CFB66F
Complementary color
Monochromatic Colors of #CFB66F
Black with #CFB66F
Text Example
Text Example
White with #CFB66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB66F; }
p { color: rgb(207,182,111); }
H1.HeaderClassName
{
color: #CFB66F;
}
.AnyTagClassName
{
color: #CFB66F;
}
</style>
background-color css
<style>
a { background-color: #CFB66F; }
a { background-color: rgb(207,182,111); }
div.DivClassName
{
background-color: #CFB66F;
}
.BgClassName
{
background-color: #CFB66F;
}
</style>
border-color css
<style>
span { border-color: #CFB66F; }
span { border-color: rgb(207,182,111); }
td.TdClassName
{
border-color: #CFB66F;
}
.TagClassName
{
border-color: #CFB66F;
}
</style>