Shades of Putty #C7A574
Tints of Putty #C7A574
RGB
CMYK
RGB Variations
Color information
#C7A574 (or 0xC7A574) is known color: Putty. HEX triplet: C7, A5 and 74. RGB value is (199,165,116). Sum of RGB (Red+Green+Blue) = 199+165+116=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A574 is #385A8B. Grayscale: #A9A9A9. Windows color (decimal): -3693196 or 7644615. OLE color: 7644615.
HSL color Cylindrical-coordinate representation of color #C7A574: hue angle of 35.42º 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 #C7A574 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 116 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.22 |
| HSL | 35.42º | 0.43% | 0.62% | - |
| HSV(B) | 35.42º | 0.42% | 0.78% | - |
| XYZ | 40.16 | 40.31 | 22.19 | - |
| YUV | 169.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 116 | 0 | 0.17 | 0.42 | 0.22 | 35.42 | 0.43 | 0.62 |
| Hex | C7 | A5 | 74 | 0 | 11 | 2A | 16 | 23 | 2B | 3E |
| Octal | 307 | 245 | 164 | 0 | 21 | 52 | 26 | 43 | 53 | 76 |
| Binary | 11000111 | 10100101 | 1110100 | 0 | 10001 | 101010 | 10110 | 100011 | 101011 | 111110 |
Color Harmonies of #C7A574
Complementary color
Monochromatic Colors of #C7A574
Black with #C7A574
Text Example
Text Example
White with #C7A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A574; }
p { color: rgb(199,165,116); }
H1.HeaderClassName
{
color: #C7A574;
}
.AnyTagClassName
{
color: #C7A574;
}
</style>
background-color css
<style>
a { background-color: #C7A574; }
a { background-color: rgb(199,165,116); }
div.DivClassName
{
background-color: #C7A574;
}
.BgClassName
{
background-color: #C7A574;
}
</style>
border-color css
<style>
span { border-color: #C7A574; }
span { border-color: rgb(199,165,116); }
td.TdClassName
{
border-color: #C7A574;
}
.TagClassName
{
border-color: #C7A574;
}
</style>