Shades of Putty #CFB471
Tints of Putty #CFB471
RGB
CMYK
RGB Variations
Color information
#CFB471 (or 0xCFB471) is known color: Putty. HEX triplet: CF, B4 and 71. RGB value is (207,180,113). Sum of RGB (Red+Green+Blue) = 207+180+113=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB471 is #304B8E. Grayscale: #B4B4B4. Windows color (decimal): -3165071 or 7451855. OLE color: 7451855.
HSL color Cylindrical-coordinate representation of color #CFB471: hue angle of 42.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFB471 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 113 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.19 |
| HSL | 42.77º | 0.49% | 0.63% | - |
| HSV(B) | 42.77º | 0.45% | 0.81% | - |
| XYZ | 45.03 | 47.1 | 22.34 | - |
| YUV | 180.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 113 | 0 | 0.13 | 0.45 | 0.19 | 42.77 | 0.49 | 0.63 |
| Hex | CF | B4 | 71 | 0 | D | 2D | 13 | 2B | 31 | 3F |
| Octal | 317 | 264 | 161 | 0 | 15 | 55 | 23 | 53 | 61 | 77 |
| Binary | 11001111 | 10110100 | 1110001 | 0 | 1101 | 101101 | 10011 | 101011 | 110001 | 111111 |
Color Harmonies of #CFB471
Complementary color
Monochromatic Colors of #CFB471
Black with #CFB471
Text Example
Text Example
White with #CFB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB471; }
p { color: rgb(207,180,113); }
H1.HeaderClassName
{
color: #CFB471;
}
.AnyTagClassName
{
color: #CFB471;
}
</style>
background-color css
<style>
a { background-color: #CFB471; }
a { background-color: rgb(207,180,113); }
div.DivClassName
{
background-color: #CFB471;
}
.BgClassName
{
background-color: #CFB471;
}
</style>
border-color css
<style>
span { border-color: #CFB471; }
span { border-color: rgb(207,180,113); }
td.TdClassName
{
border-color: #CFB471;
}
.TagClassName
{
border-color: #CFB471;
}
</style>