Shades of Putty #C2A56E
Tints of Putty #C2A56E
RGB
CMYK
RGB Variations
Color information
#C2A56E (or 0xC2A56E) is known color: Putty. HEX triplet: C2, A5 and 6E. RGB value is (194,165,110). Sum of RGB (Red+Green+Blue) = 194+165+110=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A56E is #3D5A91. Grayscale: #A7A7A7. Windows color (decimal): -4020882 or 7251394. OLE color: 7251394.
HSL color Cylindrical-coordinate representation of color #C2A56E: hue angle of 39.29º degrees, saturation: 0.41, 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 #C2A56E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 110 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.24 |
| HSL | 39.29º | 0.41% | 0.6% | - |
| HSV(B) | 39.29º | 0.43% | 0.76% | - |
| XYZ | 38.52 | 39.51 | 20.35 | - |
| YUV | 167.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 110 | 0 | 0.15 | 0.43 | 0.24 | 39.29 | 0.41 | 0.6 |
| Hex | C2 | A5 | 6E | 0 | F | 2B | 18 | 27 | 29 | 3C |
| Octal | 302 | 245 | 156 | 0 | 17 | 53 | 30 | 47 | 51 | 74 |
| Binary | 11000010 | 10100101 | 1101110 | 0 | 1111 | 101011 | 11000 | 100111 | 101001 | 111100 |
Color Harmonies of #C2A56E
Complementary color
Monochromatic Colors of #C2A56E
Black with #C2A56E
Text Example
Text Example
White with #C2A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A56E; }
p { color: rgb(194,165,110); }
H1.HeaderClassName
{
color: #C2A56E;
}
.AnyTagClassName
{
color: #C2A56E;
}
</style>
background-color css
<style>
a { background-color: #C2A56E; }
a { background-color: rgb(194,165,110); }
div.DivClassName
{
background-color: #C2A56E;
}
.BgClassName
{
background-color: #C2A56E;
}
</style>
border-color css
<style>
span { border-color: #C2A56E; }
span { border-color: rgb(194,165,110); }
td.TdClassName
{
border-color: #C2A56E;
}
.TagClassName
{
border-color: #C2A56E;
}
</style>