Shades of Putty #CFB07A
Tints of Putty #CFB07A
RGB
CMYK
RGB Variations
Color information
#CFB07A (or 0xCFB07A) is known color: Putty. HEX triplet: CF, B0 and 7A. RGB value is (207,176,122). Sum of RGB (Red+Green+Blue) = 207+176+122=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB07A is #304F85. Grayscale: #B3B3B3. Windows color (decimal): -3166086 or 8040655. OLE color: 8040655.
HSL color Cylindrical-coordinate representation of color #CFB07A: hue angle of 38.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFB07A is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 122 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.19 |
| HSL | 38.12º | 0.47% | 0.65% | - |
| HSV(B) | 38.12º | 0.41% | 0.81% | - |
| XYZ | 44.77 | 45.72 | 24.88 | - |
| YUV | 179.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 122 | 0 | 0.15 | 0.41 | 0.19 | 38.12 | 0.47 | 0.65 |
| Hex | CF | B0 | 7A | 0 | F | 29 | 13 | 26 | 2F | 41 |
| Octal | 317 | 260 | 172 | 0 | 17 | 51 | 23 | 46 | 57 | 101 |
| Binary | 11001111 | 10110000 | 1111010 | 0 | 1111 | 101001 | 10011 | 100110 | 101111 | 1000001 |
Color Harmonies of #CFB07A
Complementary color
Monochromatic Colors of #CFB07A
Black with #CFB07A
Text Example
Text Example
White with #CFB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB07A; }
p { color: rgb(207,176,122); }
H1.HeaderClassName
{
color: #CFB07A;
}
.AnyTagClassName
{
color: #CFB07A;
}
</style>
background-color css
<style>
a { background-color: #CFB07A; }
a { background-color: rgb(207,176,122); }
div.DivClassName
{
background-color: #CFB07A;
}
.BgClassName
{
background-color: #CFB07A;
}
</style>
border-color css
<style>
span { border-color: #CFB07A; }
span { border-color: rgb(207,176,122); }
td.TdClassName
{
border-color: #CFB07A;
}
.TagClassName
{
border-color: #CFB07A;
}
</style>