Shades of Putty #CFB66C
Tints of Putty #CFB66C
RGB
CMYK
RGB Variations
Color information
#CFB66C (or 0xCFB66C) is known color: Putty. HEX triplet: CF, B6 and 6C. RGB value is (207,182,108). Sum of RGB (Red+Green+Blue) = 207+182+108=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB66C is #304993. Grayscale: #B5B5B5. Windows color (decimal): -3164564 or 7124687. OLE color: 7124687.
HSL color Cylindrical-coordinate representation of color #CFB66C: hue angle of 44.85º 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 #CFB66C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 108 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.19 |
| HSL | 44.85º | 0.51% | 0.62% | - |
| HSV(B) | 44.85º | 0.48% | 0.81% | - |
| XYZ | 45.17 | 47.8 | 21.03 | - |
| YUV | 181.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 108 | 0 | 0.12 | 0.48 | 0.19 | 44.85 | 0.51 | 0.62 |
| Hex | CF | B6 | 6C | 0 | C | 30 | 13 | 2D | 33 | 3E |
| Octal | 317 | 266 | 154 | 0 | 14 | 60 | 23 | 55 | 63 | 76 |
| Binary | 11001111 | 10110110 | 1101100 | 0 | 1100 | 110000 | 10011 | 101101 | 110011 | 111110 |
Color Harmonies of #CFB66C
Complementary color
Monochromatic Colors of #CFB66C
Black with #CFB66C
Text Example
Text Example
White with #CFB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB66C; }
p { color: rgb(207,182,108); }
H1.HeaderClassName
{
color: #CFB66C;
}
.AnyTagClassName
{
color: #CFB66C;
}
</style>
background-color css
<style>
a { background-color: #CFB66C; }
a { background-color: rgb(207,182,108); }
div.DivClassName
{
background-color: #CFB66C;
}
.BgClassName
{
background-color: #CFB66C;
}
</style>
border-color css
<style>
span { border-color: #CFB66C; }
span { border-color: rgb(207,182,108); }
td.TdClassName
{
border-color: #CFB66C;
}
.TagClassName
{
border-color: #CFB66C;
}
</style>