Shades of Putty #CFB873
Tints of Putty #CFB873
RGB
CMYK
RGB Variations
Color information
#CFB873 (or 0xCFB873) is known color: Putty. HEX triplet: CF, B8 and 73. RGB value is (207,184,115). Sum of RGB (Red+Green+Blue) = 207+184+115=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB873 is #30478C. Grayscale: #B7B7B7. Windows color (decimal): -3164045 or 7583951. OLE color: 7583951.
HSL color Cylindrical-coordinate representation of color #CFB873: hue angle of 45º 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 #CFB873 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 115 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.19 |
| HSL | 45º | 0.49% | 0.63% | - |
| HSV(B) | 45º | 0.44% | 0.81% | - |
| XYZ | 45.97 | 48.78 | 23.21 | - |
| YUV | 183.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 115 | 0 | 0.11 | 0.44 | 0.19 | 45 | 0.49 | 0.63 |
| Hex | CF | B8 | 73 | 0 | B | 2C | 13 | 2D | 31 | 3F |
| Octal | 317 | 270 | 163 | 0 | 13 | 54 | 23 | 55 | 61 | 77 |
| Binary | 11001111 | 10111000 | 1110011 | 0 | 1011 | 101100 | 10011 | 101101 | 110001 | 111111 |
Color Harmonies of #CFB873
Complementary color
Monochromatic Colors of #CFB873
Black with #CFB873
Text Example
Text Example
White with #CFB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB873; }
p { color: rgb(207,184,115); }
H1.HeaderClassName
{
color: #CFB873;
}
.AnyTagClassName
{
color: #CFB873;
}
</style>
background-color css
<style>
a { background-color: #CFB873; }
a { background-color: rgb(207,184,115); }
div.DivClassName
{
background-color: #CFB873;
}
.BgClassName
{
background-color: #CFB873;
}
</style>
border-color css
<style>
span { border-color: #CFB873; }
span { border-color: rgb(207,184,115); }
td.TdClassName
{
border-color: #CFB873;
}
.TagClassName
{
border-color: #CFB873;
}
</style>