Shades of Putty #C4AC6C
Tints of Putty #C4AC6C
RGB
CMYK
RGB Variations
Color information
#C4AC6C (or 0xC4AC6C) is known color: Putty. HEX triplet: C4, AC and 6C. RGB value is (196,172,108). Sum of RGB (Red+Green+Blue) = 196+172+108=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC6C is #3B5393. Grayscale: #ACACAC. Windows color (decimal): -3888020 or 7122116. OLE color: 7122116.
HSL color Cylindrical-coordinate representation of color #C4AC6C: hue angle of 43.64º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4AC6C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 108 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.23 |
| HSL | 43.64º | 0.43% | 0.6% | - |
| HSV(B) | 43.64º | 0.45% | 0.77% | - |
| XYZ | 40.22 | 42.32 | 20.24 | - |
| YUV | 171.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 108 | 0 | 0.12 | 0.45 | 0.23 | 43.64 | 0.43 | 0.6 |
| Hex | C4 | AC | 6C | 0 | C | 2D | 17 | 2C | 2B | 3C |
| Octal | 304 | 254 | 154 | 0 | 14 | 55 | 27 | 54 | 53 | 74 |
| Binary | 11000100 | 10101100 | 1101100 | 0 | 1100 | 101101 | 10111 | 101100 | 101011 | 111100 |
Color Harmonies of #C4AC6C
Complementary color
Monochromatic Colors of #C4AC6C
Black with #C4AC6C
Text Example
Text Example
White with #C4AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC6C; }
p { color: rgb(196,172,108); }
H1.HeaderClassName
{
color: #C4AC6C;
}
.AnyTagClassName
{
color: #C4AC6C;
}
</style>
background-color css
<style>
a { background-color: #C4AC6C; }
a { background-color: rgb(196,172,108); }
div.DivClassName
{
background-color: #C4AC6C;
}
.BgClassName
{
background-color: #C4AC6C;
}
</style>
border-color css
<style>
span { border-color: #C4AC6C; }
span { border-color: rgb(196,172,108); }
td.TdClassName
{
border-color: #C4AC6C;
}
.TagClassName
{
border-color: #C4AC6C;
}
</style>