Shades of Putty #CFB773
Tints of Putty #CFB773
RGB
CMYK
RGB Variations
Color information
#CFB773 (or 0xCFB773) is known color: Putty. HEX triplet: CF, B7 and 73. RGB value is (207,183,115). Sum of RGB (Red+Green+Blue) = 207+183+115=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB773 is #30488C. Grayscale: #B6B6B6. Windows color (decimal): -3164301 or 7583695. OLE color: 7583695.
HSL color Cylindrical-coordinate representation of color #CFB773: hue angle of 44.35º 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 #CFB773 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 115 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.19 |
| HSL | 44.35º | 0.49% | 0.63% | - |
| HSV(B) | 44.35º | 0.44% | 0.81% | - |
| XYZ | 45.76 | 48.37 | 23.14 | - |
| YUV | 182.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 115 | 0 | 0.12 | 0.44 | 0.19 | 44.35 | 0.49 | 0.63 |
| Hex | CF | B7 | 73 | 0 | C | 2C | 13 | 2C | 31 | 3F |
| Octal | 317 | 267 | 163 | 0 | 14 | 54 | 23 | 54 | 61 | 77 |
| Binary | 11001111 | 10110111 | 1110011 | 0 | 1100 | 101100 | 10011 | 101100 | 110001 | 111111 |
Color Harmonies of #CFB773
Complementary color
Monochromatic Colors of #CFB773
Black with #CFB773
Text Example
Text Example
White with #CFB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB773; }
p { color: rgb(207,183,115); }
H1.HeaderClassName
{
color: #CFB773;
}
.AnyTagClassName
{
color: #CFB773;
}
</style>
background-color css
<style>
a { background-color: #CFB773; }
a { background-color: rgb(207,183,115); }
div.DivClassName
{
background-color: #CFB773;
}
.BgClassName
{
background-color: #CFB773;
}
</style>
border-color css
<style>
span { border-color: #CFB773; }
span { border-color: rgb(207,183,115); }
td.TdClassName
{
border-color: #CFB773;
}
.TagClassName
{
border-color: #CFB773;
}
</style>