Shades of Putty #C7A969
Tints of Putty #C7A969
RGB
CMYK
RGB Variations
Color information
#C7A969 (or 0xC7A969) is known color: Putty. HEX triplet: C7, A9 and 69. RGB value is (199,169,105). Sum of RGB (Red+Green+Blue) = 199+169+105=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A969 is #385696. Grayscale: #AAAAAA. Windows color (decimal): -3692183 or 6924743. OLE color: 6924743.
HSL color Cylindrical-coordinate representation of color #C7A969: hue angle of 40.85º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7A969 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 105 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.22 |
| HSL | 40.85º | 0.46% | 0.6% | - |
| HSV(B) | 40.85º | 0.47% | 0.78% | - |
| XYZ | 40.29 | 41.54 | 19.26 | - |
| YUV | 170.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 105 | 0 | 0.15 | 0.47 | 0.22 | 40.85 | 0.46 | 0.6 |
| Hex | C7 | A9 | 69 | 0 | F | 2F | 16 | 29 | 2E | 3C |
| Octal | 307 | 251 | 151 | 0 | 17 | 57 | 26 | 51 | 56 | 74 |
| Binary | 11000111 | 10101001 | 1101001 | 0 | 1111 | 101111 | 10110 | 101001 | 101110 | 111100 |
Color Harmonies of #C7A969
Complementary color
Monochromatic Colors of #C7A969
Black with #C7A969
Text Example
Text Example
White with #C7A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A969; }
p { color: rgb(199,169,105); }
H1.HeaderClassName
{
color: #C7A969;
}
.AnyTagClassName
{
color: #C7A969;
}
</style>
background-color css
<style>
a { background-color: #C7A969; }
a { background-color: rgb(199,169,105); }
div.DivClassName
{
background-color: #C7A969;
}
.BgClassName
{
background-color: #C7A969;
}
</style>
border-color css
<style>
span { border-color: #C7A969; }
span { border-color: rgb(199,169,105); }
td.TdClassName
{
border-color: #C7A969;
}
.TagClassName
{
border-color: #C7A969;
}
</style>