Shades of Putty #C7A569
Tints of Putty #C7A569
RGB
CMYK
RGB Variations
Color information
#C7A569 (or 0xC7A569) is known color: Putty. HEX triplet: C7, A5 and 69. RGB value is (199,165,105). Sum of RGB (Red+Green+Blue) = 199+165+105=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A569 is #385A96. Grayscale: #A8A8A8. Windows color (decimal): -3693207 or 6923719. OLE color: 6923719.
HSL color Cylindrical-coordinate representation of color #C7A569: hue angle of 38.3º 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 #C7A569 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 105 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.22 |
| HSL | 38.3º | 0.46% | 0.6% | - |
| HSV(B) | 38.3º | 0.47% | 0.78% | - |
| XYZ | 39.56 | 40.07 | 19.01 | - |
| YUV | 168.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 105 | 0 | 0.17 | 0.47 | 0.22 | 38.3 | 0.46 | 0.6 |
| Hex | C7 | A5 | 69 | 0 | 11 | 2F | 16 | 26 | 2E | 3C |
| Octal | 307 | 245 | 151 | 0 | 21 | 57 | 26 | 46 | 56 | 74 |
| Binary | 11000111 | 10100101 | 1101001 | 0 | 10001 | 101111 | 10110 | 100110 | 101110 | 111100 |
Color Harmonies of #C7A569
Complementary color
Monochromatic Colors of #C7A569
Black with #C7A569
Text Example
Text Example
White with #C7A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A569; }
p { color: rgb(199,165,105); }
H1.HeaderClassName
{
color: #C7A569;
}
.AnyTagClassName
{
color: #C7A569;
}
</style>
background-color css
<style>
a { background-color: #C7A569; }
a { background-color: rgb(199,165,105); }
div.DivClassName
{
background-color: #C7A569;
}
.BgClassName
{
background-color: #C7A569;
}
</style>
border-color css
<style>
span { border-color: #C7A569; }
span { border-color: rgb(199,165,105); }
td.TdClassName
{
border-color: #C7A569;
}
.TagClassName
{
border-color: #C7A569;
}
</style>