Shades of Putty #C8AC6F
Tints of Putty #C8AC6F
RGB
CMYK
RGB Variations
Color information
#C8AC6F (or 0xC8AC6F) is known color: Putty. HEX triplet: C8, AC and 6F. RGB value is (200,172,111). Sum of RGB (Red+Green+Blue) = 200+172+111=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC6F is #375390. Grayscale: #ADADAD. Windows color (decimal): -3625873 or 7318728. OLE color: 7318728.
HSL color Cylindrical-coordinate representation of color #C8AC6F: hue angle of 41.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8AC6F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 111 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.22 |
| HSL | 41.12º | 0.45% | 0.61% | - |
| HSV(B) | 41.12º | 0.45% | 0.78% | - |
| XYZ | 41.44 | 42.93 | 21.14 | - |
| YUV | 173.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 111 | 0 | 0.14 | 0.44 | 0.22 | 41.12 | 0.45 | 0.61 |
| Hex | C8 | AC | 6F | 0 | E | 2C | 16 | 29 | 2D | 3D |
| Octal | 310 | 254 | 157 | 0 | 16 | 54 | 26 | 51 | 55 | 75 |
| Binary | 11001000 | 10101100 | 1101111 | 0 | 1110 | 101100 | 10110 | 101001 | 101101 | 111101 |
Color Harmonies of #C8AC6F
Complementary color
Monochromatic Colors of #C8AC6F
Black with #C8AC6F
Text Example
Text Example
White with #C8AC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC6F; }
p { color: rgb(200,172,111); }
H1.HeaderClassName
{
color: #C8AC6F;
}
.AnyTagClassName
{
color: #C8AC6F;
}
</style>
background-color css
<style>
a { background-color: #C8AC6F; }
a { background-color: rgb(200,172,111); }
div.DivClassName
{
background-color: #C8AC6F;
}
.BgClassName
{
background-color: #C8AC6F;
}
</style>
border-color css
<style>
span { border-color: #C8AC6F; }
span { border-color: rgb(200,172,111); }
td.TdClassName
{
border-color: #C8AC6F;
}
.TagClassName
{
border-color: #C8AC6F;
}
</style>