Shades of Putty #CFB876
Tints of Putty #CFB876
RGB
CMYK
RGB Variations
Color information
#CFB876 (or 0xCFB876) is known color: Putty. HEX triplet: CF, B8 and 76. RGB value is (207,184,118). Sum of RGB (Red+Green+Blue) = 207+184+118=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB876 is #304789. Grayscale: #B7B7B7. Windows color (decimal): -3164042 or 7780559. OLE color: 7780559.
HSL color Cylindrical-coordinate representation of color #CFB876: hue angle of 44.49º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFB876 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 118 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.19 |
| HSL | 44.49º | 0.48% | 0.64% | - |
| HSV(B) | 44.49º | 0.43% | 0.81% | - |
| XYZ | 46.14 | 48.85 | 24.14 | - |
| YUV | 183.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 118 | 0 | 0.11 | 0.43 | 0.19 | 44.49 | 0.48 | 0.64 |
| Hex | CF | B8 | 76 | 0 | B | 2B | 13 | 2C | 30 | 40 |
| Octal | 317 | 270 | 166 | 0 | 13 | 53 | 23 | 54 | 60 | 100 |
| Binary | 11001111 | 10111000 | 1110110 | 0 | 1011 | 101011 | 10011 | 101100 | 110000 | 1000000 |
Color Harmonies of #CFB876
Complementary color
Monochromatic Colors of #CFB876
Black with #CFB876
Text Example
Text Example
White with #CFB876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB876; }
p { color: rgb(207,184,118); }
H1.HeaderClassName
{
color: #CFB876;
}
.AnyTagClassName
{
color: #CFB876;
}
</style>
background-color css
<style>
a { background-color: #CFB876; }
a { background-color: rgb(207,184,118); }
div.DivClassName
{
background-color: #CFB876;
}
.BgClassName
{
background-color: #CFB876;
}
</style>
border-color css
<style>
span { border-color: #CFB876; }
span { border-color: rgb(207,184,118); }
td.TdClassName
{
border-color: #CFB876;
}
.TagClassName
{
border-color: #CFB876;
}
</style>