Shades of Putty #C2A56C
Tints of Putty #C2A56C
RGB
CMYK
RGB Variations
Color information
#C2A56C (or 0xC2A56C) is known color: Putty. HEX triplet: C2, A5 and 6C. RGB value is (194,165,108). Sum of RGB (Red+Green+Blue) = 194+165+108=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A56C is #3D5A93. Grayscale: #A7A7A7. Windows color (decimal): -4020884 or 7120322. OLE color: 7120322.
HSL color Cylindrical-coordinate representation of color #C2A56C: hue angle of 39.77º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2A56C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 108 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.24 |
| HSL | 39.77º | 0.41% | 0.59% | - |
| HSV(B) | 39.77º | 0.44% | 0.76% | - |
| XYZ | 38.41 | 39.46 | 19.78 | - |
| YUV | 167.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 108 | 0 | 0.15 | 0.44 | 0.24 | 39.77 | 0.41 | 0.59 |
| Hex | C2 | A5 | 6C | 0 | F | 2C | 18 | 28 | 29 | 3B |
| Octal | 302 | 245 | 154 | 0 | 17 | 54 | 30 | 50 | 51 | 73 |
| Binary | 11000010 | 10100101 | 1101100 | 0 | 1111 | 101100 | 11000 | 101000 | 101001 | 111011 |
Color Harmonies of #C2A56C
Complementary color
Monochromatic Colors of #C2A56C
Black with #C2A56C
Text Example
Text Example
White with #C2A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A56C; }
p { color: rgb(194,165,108); }
H1.HeaderClassName
{
color: #C2A56C;
}
.AnyTagClassName
{
color: #C2A56C;
}
</style>
background-color css
<style>
a { background-color: #C2A56C; }
a { background-color: rgb(194,165,108); }
div.DivClassName
{
background-color: #C2A56C;
}
.BgClassName
{
background-color: #C2A56C;
}
</style>
border-color css
<style>
span { border-color: #C2A56C; }
span { border-color: rgb(194,165,108); }
td.TdClassName
{
border-color: #C2A56C;
}
.TagClassName
{
border-color: #C2A56C;
}
</style>