Shades of Putty #C7A473
Tints of Putty #C7A473
RGB
CMYK
RGB Variations
Color information
#C7A473 (or 0xC7A473) is known color: Putty. HEX triplet: C7, A4 and 73. RGB value is (199,164,115). Sum of RGB (Red+Green+Blue) = 199+164+115=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A473 is #385B8C. Grayscale: #A9A9A9. Windows color (decimal): -3693453 or 7578823. OLE color: 7578823.
HSL color Cylindrical-coordinate representation of color #C7A473: hue angle of 35º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7A473 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 115 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.22 |
| HSL | 35º | 0.43% | 0.62% | - |
| HSV(B) | 35º | 0.42% | 0.78% | - |
| XYZ | 39.92 | 39.93 | 21.82 | - |
| YUV | 168.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 115 | 0 | 0.18 | 0.42 | 0.22 | 35 | 0.43 | 0.62 |
| Hex | C7 | A4 | 73 | 0 | 12 | 2A | 16 | 23 | 2B | 3E |
| Octal | 307 | 244 | 163 | 0 | 22 | 52 | 26 | 43 | 53 | 76 |
| Binary | 11000111 | 10100100 | 1110011 | 0 | 10010 | 101010 | 10110 | 100011 | 101011 | 111110 |
Color Harmonies of #C7A473
Complementary color
Monochromatic Colors of #C7A473
Black with #C7A473
Text Example
Text Example
White with #C7A473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A473; }
p { color: rgb(199,164,115); }
H1.HeaderClassName
{
color: #C7A473;
}
.AnyTagClassName
{
color: #C7A473;
}
</style>
background-color css
<style>
a { background-color: #C7A473; }
a { background-color: rgb(199,164,115); }
div.DivClassName
{
background-color: #C7A473;
}
.BgClassName
{
background-color: #C7A473;
}
</style>
border-color css
<style>
span { border-color: #C7A473; }
span { border-color: rgb(199,164,115); }
td.TdClassName
{
border-color: #C7A473;
}
.TagClassName
{
border-color: #C7A473;
}
</style>