Shades of Putty #C8A475
Tints of Putty #C8A475
RGB
CMYK
RGB Variations
Color information
#C8A475 (or 0xC8A475) is known color: Putty. HEX triplet: C8, A4 and 75. RGB value is (200,164,117). Sum of RGB (Red+Green+Blue) = 200+164+117=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A475 is #375B8A. Grayscale: #A9A9A9. Windows color (decimal): -3627915 or 7709896. OLE color: 7709896.
HSL color Cylindrical-coordinate representation of color #C8A475: hue angle of 33.98º 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 #C8A475 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 117 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.22 |
| HSL | 33.98º | 0.43% | 0.62% | - |
| HSV(B) | 33.98º | 0.42% | 0.78% | - |
| XYZ | 40.31 | 40.11 | 22.45 | - |
| YUV | 169.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 117 | 0 | 0.18 | 0.42 | 0.22 | 33.98 | 0.43 | 0.62 |
| Hex | C8 | A4 | 75 | 0 | 12 | 2A | 16 | 22 | 2B | 3E |
| Octal | 310 | 244 | 165 | 0 | 22 | 52 | 26 | 42 | 53 | 76 |
| Binary | 11001000 | 10100100 | 1110101 | 0 | 10010 | 101010 | 10110 | 100010 | 101011 | 111110 |
Color Harmonies of #C8A475
Complementary color
Monochromatic Colors of #C8A475
Black with #C8A475
Text Example
Text Example
White with #C8A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A475; }
p { color: rgb(200,164,117); }
H1.HeaderClassName
{
color: #C8A475;
}
.AnyTagClassName
{
color: #C8A475;
}
</style>
background-color css
<style>
a { background-color: #C8A475; }
a { background-color: rgb(200,164,117); }
div.DivClassName
{
background-color: #C8A475;
}
.BgClassName
{
background-color: #C8A475;
}
</style>
border-color css
<style>
span { border-color: #C8A475; }
span { border-color: rgb(200,164,117); }
td.TdClassName
{
border-color: #C8A475;
}
.TagClassName
{
border-color: #C8A475;
}
</style>