Shades of Putty #C4AE6D
Tints of Putty #C4AE6D
RGB
CMYK
RGB Variations
Color information
#C4AE6D (or 0xC4AE6D) is known color: Putty. HEX triplet: C4, AE and 6D. RGB value is (196,174,109). Sum of RGB (Red+Green+Blue) = 196+174+109=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE6D is #3B5192. Grayscale: #ADADAD. Windows color (decimal): -3887507 or 7188164. OLE color: 7188164.
HSL color Cylindrical-coordinate representation of color #C4AE6D: hue angle of 44.83º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4AE6D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 109 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.23 |
| HSL | 44.83º | 0.42% | 0.6% | - |
| HSV(B) | 44.83º | 0.44% | 0.77% | - |
| XYZ | 40.66 | 43.11 | 20.65 | - |
| YUV | 173.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 109 | 0 | 0.11 | 0.44 | 0.23 | 44.83 | 0.42 | 0.6 |
| Hex | C4 | AE | 6D | 0 | B | 2C | 17 | 2D | 2A | 3C |
| Octal | 304 | 256 | 155 | 0 | 13 | 54 | 27 | 55 | 52 | 74 |
| Binary | 11000100 | 10101110 | 1101101 | 0 | 1011 | 101100 | 10111 | 101101 | 101010 | 111100 |
Color Harmonies of #C4AE6D
Complementary color
Monochromatic Colors of #C4AE6D
Black with #C4AE6D
Text Example
Text Example
White with #C4AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AE6D; }
p { color: rgb(196,174,109); }
H1.HeaderClassName
{
color: #C4AE6D;
}
.AnyTagClassName
{
color: #C4AE6D;
}
</style>
background-color css
<style>
a { background-color: #C4AE6D; }
a { background-color: rgb(196,174,109); }
div.DivClassName
{
background-color: #C4AE6D;
}
.BgClassName
{
background-color: #C4AE6D;
}
</style>
border-color css
<style>
span { border-color: #C4AE6D; }
span { border-color: rgb(196,174,109); }
td.TdClassName
{
border-color: #C4AE6D;
}
.TagClassName
{
border-color: #C4AE6D;
}
</style>