Shades of Putty #C2AE6F
Tints of Putty #C2AE6F
RGB
CMYK
RGB Variations
Color information
#C2AE6F (or 0xC2AE6F) is known color: Putty. HEX triplet: C2, AE and 6F. RGB value is (194,174,111). Sum of RGB (Red+Green+Blue) = 194+174+111=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE6F is #3D5190. Grayscale: #ADADAD. Windows color (decimal): -4018577 or 7319234. OLE color: 7319234.
HSL color Cylindrical-coordinate representation of color #C2AE6F: hue angle of 45.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2AE6F is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 111 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.24 |
| HSL | 45.54º | 0.4% | 0.6% | - |
| HSV(B) | 45.54º | 0.43% | 0.76% | - |
| XYZ | 40.25 | 42.89 | 21.2 | - |
| YUV | 172.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 111 | 0 | 0.10 | 0.43 | 0.24 | 45.54 | 0.4 | 0.6 |
| Hex | C2 | AE | 6F | 0 | A | 2B | 18 | 2E | 28 | 3C |
| Octal | 302 | 256 | 157 | 0 | 12 | 53 | 30 | 56 | 50 | 74 |
| Binary | 11000010 | 10101110 | 1101111 | 0 | 1010 | 101011 | 11000 | 101110 | 101000 | 111100 |
Color Harmonies of #C2AE6F
Complementary color
Monochromatic Colors of #C2AE6F
Black with #C2AE6F
Text Example
Text Example
White with #C2AE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE6F; }
p { color: rgb(194,174,111); }
H1.HeaderClassName
{
color: #C2AE6F;
}
.AnyTagClassName
{
color: #C2AE6F;
}
</style>
background-color css
<style>
a { background-color: #C2AE6F; }
a { background-color: rgb(194,174,111); }
div.DivClassName
{
background-color: #C2AE6F;
}
.BgClassName
{
background-color: #C2AE6F;
}
</style>
border-color css
<style>
span { border-color: #C2AE6F; }
span { border-color: rgb(194,174,111); }
td.TdClassName
{
border-color: #C2AE6F;
}
.TagClassName
{
border-color: #C2AE6F;
}
</style>