Shades of Putty #CFB372
Tints of Putty #CFB372
RGB
CMYK
RGB Variations
Color information
#CFB372 (or 0xCFB372) is known color: Putty. HEX triplet: CF, B3 and 72. RGB value is (207,179,114). Sum of RGB (Red+Green+Blue) = 207+179+114=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB372 is #304C8D. Grayscale: #B4B4B4. Windows color (decimal): -3165326 or 7517135. OLE color: 7517135.
HSL color Cylindrical-coordinate representation of color #CFB372: hue angle of 41.94º 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 #CFB372 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 114 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.19 |
| HSL | 41.94º | 0.49% | 0.63% | - |
| HSV(B) | 41.94º | 0.45% | 0.81% | - |
| XYZ | 44.89 | 46.72 | 22.57 | - |
| YUV | 179.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 114 | 0 | 0.14 | 0.45 | 0.19 | 41.94 | 0.49 | 0.63 |
| Hex | CF | B3 | 72 | 0 | E | 2D | 13 | 2A | 31 | 3F |
| Octal | 317 | 263 | 162 | 0 | 16 | 55 | 23 | 52 | 61 | 77 |
| Binary | 11001111 | 10110011 | 1110010 | 0 | 1110 | 101101 | 10011 | 101010 | 110001 | 111111 |
Color Harmonies of #CFB372
Complementary color
Monochromatic Colors of #CFB372
Black with #CFB372
Text Example
Text Example
White with #CFB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB372; }
p { color: rgb(207,179,114); }
H1.HeaderClassName
{
color: #CFB372;
}
.AnyTagClassName
{
color: #CFB372;
}
</style>
background-color css
<style>
a { background-color: #CFB372; }
a { background-color: rgb(207,179,114); }
div.DivClassName
{
background-color: #CFB372;
}
.BgClassName
{
background-color: #CFB372;
}
</style>
border-color css
<style>
span { border-color: #CFB372; }
span { border-color: rgb(207,179,114); }
td.TdClassName
{
border-color: #CFB372;
}
.TagClassName
{
border-color: #CFB372;
}
</style>