Shades of Putty #C8A46C
Tints of Putty #C8A46C
RGB
CMYK
RGB Variations
Color information
#C8A46C (or 0xC8A46C) is known color: Putty. HEX triplet: C8, A4 and 6C. RGB value is (200,164,108). Sum of RGB (Red+Green+Blue) = 200+164+108=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A46C is #375B93. Grayscale: #A8A8A8. Windows color (decimal): -3627924 or 7120072. OLE color: 7120072.
HSL color Cylindrical-coordinate representation of color #C8A46C: hue angle of 36.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8A46C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 108 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 36.52º | 0.46% | 0.6% | - |
| HSV(B) | 36.52º | 0.46% | 0.78% | - |
| XYZ | 39.8 | 39.91 | 19.79 | - |
| YUV | 168.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 108 | 0 | 0.18 | 0.46 | 0.22 | 36.52 | 0.46 | 0.6 |
| Hex | C8 | A4 | 6C | 0 | 12 | 2E | 16 | 25 | 2E | 3C |
| Octal | 310 | 244 | 154 | 0 | 22 | 56 | 26 | 45 | 56 | 74 |
| Binary | 11001000 | 10100100 | 1101100 | 0 | 10010 | 101110 | 10110 | 100101 | 101110 | 111100 |
Color Harmonies of #C8A46C
Complementary color
Monochromatic Colors of #C8A46C
Black with #C8A46C
Text Example
Text Example
White with #C8A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A46C; }
p { color: rgb(200,164,108); }
H1.HeaderClassName
{
color: #C8A46C;
}
.AnyTagClassName
{
color: #C8A46C;
}
</style>
background-color css
<style>
a { background-color: #C8A46C; }
a { background-color: rgb(200,164,108); }
div.DivClassName
{
background-color: #C8A46C;
}
.BgClassName
{
background-color: #C8A46C;
}
</style>
border-color css
<style>
span { border-color: #C8A46C; }
span { border-color: rgb(200,164,108); }
td.TdClassName
{
border-color: #C8A46C;
}
.TagClassName
{
border-color: #C8A46C;
}
</style>