Shades of Putty #C7A869
Tints of Putty #C7A869
RGB
CMYK
RGB Variations
Color information
#C7A869 (or 0xC7A869) is known color: Putty. HEX triplet: C7, A8 and 69. RGB value is (199,168,105). Sum of RGB (Red+Green+Blue) = 199+168+105=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A869 is #385796. Grayscale: #AAAAAA. Windows color (decimal): -3692439 or 6924487. OLE color: 6924487.
HSL color Cylindrical-coordinate representation of color #C7A869: hue angle of 40.21º 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 #C7A869 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 105 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.22 |
| HSL | 40.21º | 0.46% | 0.6% | - |
| HSV(B) | 40.21º | 0.47% | 0.78% | - |
| XYZ | 40.11 | 41.17 | 19.2 | - |
| YUV | 170.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 105 | 0 | 0.16 | 0.47 | 0.22 | 40.21 | 0.46 | 0.6 |
| Hex | C7 | A8 | 69 | 0 | 10 | 2F | 16 | 28 | 2E | 3C |
| Octal | 307 | 250 | 151 | 0 | 20 | 57 | 26 | 50 | 56 | 74 |
| Binary | 11000111 | 10101000 | 1101001 | 0 | 10000 | 101111 | 10110 | 101000 | 101110 | 111100 |
Color Harmonies of #C7A869
Complementary color
Monochromatic Colors of #C7A869
Black with #C7A869
Text Example
Text Example
White with #C7A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A869; }
p { color: rgb(199,168,105); }
H1.HeaderClassName
{
color: #C7A869;
}
.AnyTagClassName
{
color: #C7A869;
}
</style>
background-color css
<style>
a { background-color: #C7A869; }
a { background-color: rgb(199,168,105); }
div.DivClassName
{
background-color: #C7A869;
}
.BgClassName
{
background-color: #C7A869;
}
</style>
border-color css
<style>
span { border-color: #C7A869; }
span { border-color: rgb(199,168,105); }
td.TdClassName
{
border-color: #C7A869;
}
.TagClassName
{
border-color: #C7A869;
}
</style>