Shades of Putty #C3A66D
Tints of Putty #C3A66D
RGB
CMYK
RGB Variations
Color information
#C3A66D (or 0xC3A66D) is known color: Putty. HEX triplet: C3, A6 and 6D. RGB value is (195,166,109). Sum of RGB (Red+Green+Blue) = 195+166+109=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A66D is #3C5992. Grayscale: #A8A8A8. Windows color (decimal): -3955091 or 7186115. OLE color: 7186115.
HSL color Cylindrical-coordinate representation of color #C3A66D: hue angle of 39.77º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3A66D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 109 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.24 |
| HSL | 39.77º | 0.42% | 0.6% | - |
| HSV(B) | 39.77º | 0.44% | 0.76% | - |
| XYZ | 38.9 | 39.98 | 20.13 | - |
| YUV | 168.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 109 | 0 | 0.15 | 0.44 | 0.24 | 39.77 | 0.42 | 0.6 |
| Hex | C3 | A6 | 6D | 0 | F | 2C | 18 | 28 | 2A | 3C |
| Octal | 303 | 246 | 155 | 0 | 17 | 54 | 30 | 50 | 52 | 74 |
| Binary | 11000011 | 10100110 | 1101101 | 0 | 1111 | 101100 | 11000 | 101000 | 101010 | 111100 |
Color Harmonies of #C3A66D
Complementary color
Monochromatic Colors of #C3A66D
Black with #C3A66D
Text Example
Text Example
White with #C3A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A66D; }
p { color: rgb(195,166,109); }
H1.HeaderClassName
{
color: #C3A66D;
}
.AnyTagClassName
{
color: #C3A66D;
}
</style>
background-color css
<style>
a { background-color: #C3A66D; }
a { background-color: rgb(195,166,109); }
div.DivClassName
{
background-color: #C3A66D;
}
.BgClassName
{
background-color: #C3A66D;
}
</style>
border-color css
<style>
span { border-color: #C3A66D; }
span { border-color: rgb(195,166,109); }
td.TdClassName
{
border-color: #C3A66D;
}
.TagClassName
{
border-color: #C3A66D;
}
</style>