Shades of Putty #CFB874
Tints of Putty #CFB874
RGB
CMYK
RGB Variations
Color information
#CFB874 (or 0xCFB874) is known color: Putty. HEX triplet: CF, B8 and 74. RGB value is (207,184,116). Sum of RGB (Red+Green+Blue) = 207+184+116=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB874 is #30478B. Grayscale: #B7B7B7. Windows color (decimal): -3164044 or 7649487. OLE color: 7649487.
HSL color Cylindrical-coordinate representation of color #CFB874: hue angle of 44.84º 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 #CFB874 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 116 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.19 |
| HSL | 44.84º | 0.49% | 0.63% | - |
| HSV(B) | 44.84º | 0.44% | 0.81% | - |
| XYZ | 46.03 | 48.81 | 23.52 | - |
| YUV | 183.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 116 | 0 | 0.11 | 0.44 | 0.19 | 44.84 | 0.49 | 0.63 |
| Hex | CF | B8 | 74 | 0 | B | 2C | 13 | 2D | 31 | 3F |
| Octal | 317 | 270 | 164 | 0 | 13 | 54 | 23 | 55 | 61 | 77 |
| Binary | 11001111 | 10111000 | 1110100 | 0 | 1011 | 101100 | 10011 | 101101 | 110001 | 111111 |
Color Harmonies of #CFB874
Complementary color
Monochromatic Colors of #CFB874
Black with #CFB874
Text Example
Text Example
White with #CFB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB874; }
p { color: rgb(207,184,116); }
H1.HeaderClassName
{
color: #CFB874;
}
.AnyTagClassName
{
color: #CFB874;
}
</style>
background-color css
<style>
a { background-color: #CFB874; }
a { background-color: rgb(207,184,116); }
div.DivClassName
{
background-color: #CFB874;
}
.BgClassName
{
background-color: #CFB874;
}
</style>
border-color css
<style>
span { border-color: #CFB874; }
span { border-color: rgb(207,184,116); }
td.TdClassName
{
border-color: #CFB874;
}
.TagClassName
{
border-color: #CFB874;
}
</style>