Shades of Putty #CFBB73
Tints of Putty #CFBB73
RGB
CMYK
RGB Variations
Color information
#CFBB73 (or 0xCFBB73) is known color: Putty. HEX triplet: CF, BB and 73. RGB value is (207,187,115). Sum of RGB (Red+Green+Blue) = 207+187+115=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB73 is #30448C. Grayscale: #B9B9B9. Windows color (decimal): -3163277 or 7584719. OLE color: 7584719.
HSL color Cylindrical-coordinate representation of color #CFBB73: hue angle of 46.96º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFBB73 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 115 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.19 |
| HSL | 46.96º | 0.49% | 0.63% | - |
| HSV(B) | 46.96º | 0.44% | 0.81% | - |
| XYZ | 46.6 | 50.04 | 23.42 | - |
| YUV | 184.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 115 | 0 | 0.10 | 0.44 | 0.19 | 46.96 | 0.49 | 0.63 |
| Hex | CF | BB | 73 | 0 | A | 2C | 13 | 2F | 31 | 3F |
| Octal | 317 | 273 | 163 | 0 | 12 | 54 | 23 | 57 | 61 | 77 |
| Binary | 11001111 | 10111011 | 1110011 | 0 | 1010 | 101100 | 10011 | 101111 | 110001 | 111111 |
Color Harmonies of #CFBB73
Complementary color
Monochromatic Colors of #CFBB73
Black with #CFBB73
Text Example
Text Example
White with #CFBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB73; }
p { color: rgb(207,187,115); }
H1.HeaderClassName
{
color: #CFBB73;
}
.AnyTagClassName
{
color: #CFBB73;
}
</style>
background-color css
<style>
a { background-color: #CFBB73; }
a { background-color: rgb(207,187,115); }
div.DivClassName
{
background-color: #CFBB73;
}
.BgClassName
{
background-color: #CFBB73;
}
</style>
border-color css
<style>
span { border-color: #CFBB73; }
span { border-color: rgb(207,187,115); }
td.TdClassName
{
border-color: #CFBB73;
}
.TagClassName
{
border-color: #CFBB73;
}
</style>