Shades of Putty #C8AA6D
Tints of Putty #C8AA6D
RGB
CMYK
RGB Variations
Color information
#C8AA6D (or 0xC8AA6D) is known color: Putty. HEX triplet: C8, AA and 6D. RGB value is (200,170,109). Sum of RGB (Red+Green+Blue) = 200+170+109=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA6D is #375592. Grayscale: #ACACAC. Windows color (decimal): -3626387 or 7187144. OLE color: 7187144.
HSL color Cylindrical-coordinate representation of color #C8AA6D: hue angle of 40.22º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8AA6D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 109 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.22 |
| HSL | 40.22º | 0.45% | 0.61% | - |
| HSV(B) | 40.22º | 0.46% | 0.78% | - |
| XYZ | 40.95 | 42.13 | 20.44 | - |
| YUV | 172.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 109 | 0 | 0.15 | 0.46 | 0.22 | 40.22 | 0.45 | 0.61 |
| Hex | C8 | AA | 6D | 0 | F | 2E | 16 | 28 | 2D | 3D |
| Octal | 310 | 252 | 155 | 0 | 17 | 56 | 26 | 50 | 55 | 75 |
| Binary | 11001000 | 10101010 | 1101101 | 0 | 1111 | 101110 | 10110 | 101000 | 101101 | 111101 |
Color Harmonies of #C8AA6D
Complementary color
Monochromatic Colors of #C8AA6D
Black with #C8AA6D
Text Example
Text Example
White with #C8AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA6D; }
p { color: rgb(200,170,109); }
H1.HeaderClassName
{
color: #C8AA6D;
}
.AnyTagClassName
{
color: #C8AA6D;
}
</style>
background-color css
<style>
a { background-color: #C8AA6D; }
a { background-color: rgb(200,170,109); }
div.DivClassName
{
background-color: #C8AA6D;
}
.BgClassName
{
background-color: #C8AA6D;
}
</style>
border-color css
<style>
span { border-color: #C8AA6D; }
span { border-color: rgb(200,170,109); }
td.TdClassName
{
border-color: #C8AA6D;
}
.TagClassName
{
border-color: #C8AA6D;
}
</style>