Shades of Putty #C3AB6D
Tints of Putty #C3AB6D
RGB
CMYK
RGB Variations
Color information
#C3AB6D (or 0xC3AB6D) is known color: Putty. HEX triplet: C3, AB and 6D. RGB value is (195,171,109). Sum of RGB (Red+Green+Blue) = 195+171+109=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB6D is #3C5492. Grayscale: #ABABAB. Windows color (decimal): -3953811 or 7187395. OLE color: 7187395.
HSL color Cylindrical-coordinate representation of color #C3AB6D: hue angle of 43.26º 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 #C3AB6D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 109 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.24 |
| HSL | 43.26º | 0.42% | 0.6% | - |
| HSV(B) | 43.26º | 0.44% | 0.76% | - |
| XYZ | 39.83 | 41.83 | 20.44 | - |
| YUV | 171.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 109 | 0 | 0.12 | 0.44 | 0.24 | 43.26 | 0.42 | 0.6 |
| Hex | C3 | AB | 6D | 0 | C | 2C | 18 | 2B | 2A | 3C |
| Octal | 303 | 253 | 155 | 0 | 14 | 54 | 30 | 53 | 52 | 74 |
| Binary | 11000011 | 10101011 | 1101101 | 0 | 1100 | 101100 | 11000 | 101011 | 101010 | 111100 |
Color Harmonies of #C3AB6D
Complementary color
Monochromatic Colors of #C3AB6D
Black with #C3AB6D
Text Example
Text Example
White with #C3AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB6D; }
p { color: rgb(195,171,109); }
H1.HeaderClassName
{
color: #C3AB6D;
}
.AnyTagClassName
{
color: #C3AB6D;
}
</style>
background-color css
<style>
a { background-color: #C3AB6D; }
a { background-color: rgb(195,171,109); }
div.DivClassName
{
background-color: #C3AB6D;
}
.BgClassName
{
background-color: #C3AB6D;
}
</style>
border-color css
<style>
span { border-color: #C3AB6D; }
span { border-color: rgb(195,171,109); }
td.TdClassName
{
border-color: #C3AB6D;
}
.TagClassName
{
border-color: #C3AB6D;
}
</style>