Shades of Putty #C3A66F
Tints of Putty #C3A66F
RGB
CMYK
RGB Variations
Color information
#C3A66F (or 0xC3A66F) is known color: Putty. HEX triplet: C3, A6 and 6F. RGB value is (195,166,111). Sum of RGB (Red+Green+Blue) = 195+166+111=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A66F is #3C5990. Grayscale: #A8A8A8. Windows color (decimal): -3955089 or 7317187. OLE color: 7317187.
HSL color Cylindrical-coordinate representation of color #C3A66F: 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 #C3A66F is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 111 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.24 |
| HSL | 39.29º | 0.41% | 0.6% | - |
| HSV(B) | 39.29º | 0.43% | 0.76% | - |
| XYZ | 39.01 | 40.02 | 20.71 | - |
| YUV | 168.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 111 | 0 | 0.15 | 0.43 | 0.24 | 39.29 | 0.41 | 0.6 |
| Hex | C3 | A6 | 6F | 0 | F | 2B | 18 | 27 | 29 | 3C |
| Octal | 303 | 246 | 157 | 0 | 17 | 53 | 30 | 47 | 51 | 74 |
| Binary | 11000011 | 10100110 | 1101111 | 0 | 1111 | 101011 | 11000 | 100111 | 101001 | 111100 |
Color Harmonies of #C3A66F
Complementary color
Monochromatic Colors of #C3A66F
Black with #C3A66F
Text Example
Text Example
White with #C3A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A66F; }
p { color: rgb(195,166,111); }
H1.HeaderClassName
{
color: #C3A66F;
}
.AnyTagClassName
{
color: #C3A66F;
}
</style>
background-color css
<style>
a { background-color: #C3A66F; }
a { background-color: rgb(195,166,111); }
div.DivClassName
{
background-color: #C3A66F;
}
.BgClassName
{
background-color: #C3A66F;
}
</style>
border-color css
<style>
span { border-color: #C3A66F; }
span { border-color: rgb(195,166,111); }
td.TdClassName
{
border-color: #C3A66F;
}
.TagClassName
{
border-color: #C3A66F;
}
</style>