Shades of Putty #C3A56D
Tints of Putty #C3A56D
RGB
CMYK
RGB Variations
Color information
#C3A56D (or 0xC3A56D) is known color: Putty. HEX triplet: C3, A5 and 6D. RGB value is (195,165,109). Sum of RGB (Red+Green+Blue) = 195+165+109=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A56D is #3C5A92. Grayscale: #A7A7A7. Windows color (decimal): -3955347 or 7185859. OLE color: 7185859.
HSL color Cylindrical-coordinate representation of color #C3A56D: hue angle of 39.07º 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 #C3A56D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 109 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.24 |
| HSL | 39.07º | 0.42% | 0.6% | - |
| HSV(B) | 39.07º | 0.44% | 0.76% | - |
| XYZ | 38.72 | 39.62 | 20.07 | - |
| YUV | 167.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 109 | 0 | 0.15 | 0.44 | 0.24 | 39.07 | 0.42 | 0.6 |
| Hex | C3 | A5 | 6D | 0 | F | 2C | 18 | 27 | 2A | 3C |
| Octal | 303 | 245 | 155 | 0 | 17 | 54 | 30 | 47 | 52 | 74 |
| Binary | 11000011 | 10100101 | 1101101 | 0 | 1111 | 101100 | 11000 | 100111 | 101010 | 111100 |
Color Harmonies of #C3A56D
Complementary color
Monochromatic Colors of #C3A56D
Black with #C3A56D
Text Example
Text Example
White with #C3A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A56D; }
p { color: rgb(195,165,109); }
H1.HeaderClassName
{
color: #C3A56D;
}
.AnyTagClassName
{
color: #C3A56D;
}
</style>
background-color css
<style>
a { background-color: #C3A56D; }
a { background-color: rgb(195,165,109); }
div.DivClassName
{
background-color: #C3A56D;
}
.BgClassName
{
background-color: #C3A56D;
}
</style>
border-color css
<style>
span { border-color: #C3A56D; }
span { border-color: rgb(195,165,109); }
td.TdClassName
{
border-color: #C3A56D;
}
.TagClassName
{
border-color: #C3A56D;
}
</style>