Shades of Putty #CFB373
Tints of Putty #CFB373
RGB
CMYK
RGB Variations
Color information
#CFB373 (or 0xCFB373) is known color: Putty. HEX triplet: CF, B3 and 73. RGB value is (207,179,115). Sum of RGB (Red+Green+Blue) = 207+179+115=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB373 is #304C8C. Grayscale: #B4B4B4. Windows color (decimal): -3165325 or 7582671. OLE color: 7582671.
HSL color Cylindrical-coordinate representation of color #CFB373: hue angle of 41.74º 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 #CFB373 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 115 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.19 |
| HSL | 41.74º | 0.49% | 0.63% | - |
| HSV(B) | 41.74º | 0.44% | 0.81% | - |
| XYZ | 44.95 | 46.74 | 22.87 | - |
| YUV | 180.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 115 | 0 | 0.14 | 0.44 | 0.19 | 41.74 | 0.49 | 0.63 |
| Hex | CF | B3 | 73 | 0 | E | 2C | 13 | 2A | 31 | 3F |
| Octal | 317 | 263 | 163 | 0 | 16 | 54 | 23 | 52 | 61 | 77 |
| Binary | 11001111 | 10110011 | 1110011 | 0 | 1110 | 101100 | 10011 | 101010 | 110001 | 111111 |
Color Harmonies of #CFB373
Complementary color
Monochromatic Colors of #CFB373
Black with #CFB373
Text Example
Text Example
White with #CFB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB373; }
p { color: rgb(207,179,115); }
H1.HeaderClassName
{
color: #CFB373;
}
.AnyTagClassName
{
color: #CFB373;
}
</style>
background-color css
<style>
a { background-color: #CFB373; }
a { background-color: rgb(207,179,115); }
div.DivClassName
{
background-color: #CFB373;
}
.BgClassName
{
background-color: #CFB373;
}
</style>
border-color css
<style>
span { border-color: #CFB373; }
span { border-color: rgb(207,179,115); }
td.TdClassName
{
border-color: #CFB373;
}
.TagClassName
{
border-color: #CFB373;
}
</style>