Shades of Putty #C8A46A
Tints of Putty #C8A46A
RGB
CMYK
RGB Variations
Color information
#C8A46A (or 0xC8A46A) is known color: Putty. HEX triplet: C8, A4 and 6A. RGB value is (200,164,106). Sum of RGB (Red+Green+Blue) = 200+164+106=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A46A is #375B95. Grayscale: #A8A8A8. Windows color (decimal): -3627926 or 6989000. OLE color: 6989000.
HSL color Cylindrical-coordinate representation of color #C8A46A: hue angle of 37.02º 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 #C8A46A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 106 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.22 |
| HSL | 37.02º | 0.46% | 0.6% | - |
| HSV(B) | 37.02º | 0.47% | 0.78% | - |
| XYZ | 39.7 | 39.87 | 19.24 | - |
| YUV | 168.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 106 | 0 | 0.18 | 0.47 | 0.22 | 37.02 | 0.46 | 0.6 |
| Hex | C8 | A4 | 6A | 0 | 12 | 2F | 16 | 25 | 2E | 3C |
| Octal | 310 | 244 | 152 | 0 | 22 | 57 | 26 | 45 | 56 | 74 |
| Binary | 11001000 | 10100100 | 1101010 | 0 | 10010 | 101111 | 10110 | 100101 | 101110 | 111100 |
Color Harmonies of #C8A46A
Complementary color
Monochromatic Colors of #C8A46A
Black with #C8A46A
Text Example
Text Example
White with #C8A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A46A; }
p { color: rgb(200,164,106); }
H1.HeaderClassName
{
color: #C8A46A;
}
.AnyTagClassName
{
color: #C8A46A;
}
</style>
background-color css
<style>
a { background-color: #C8A46A; }
a { background-color: rgb(200,164,106); }
div.DivClassName
{
background-color: #C8A46A;
}
.BgClassName
{
background-color: #C8A46A;
}
</style>
border-color css
<style>
span { border-color: #C8A46A; }
span { border-color: rgb(200,164,106); }
td.TdClassName
{
border-color: #C8A46A;
}
.TagClassName
{
border-color: #C8A46A;
}
</style>