Shades of Putty #C3AC6B
Tints of Putty #C3AC6B
RGB
CMYK
RGB Variations
Color information
#C3AC6B (or 0xC3AC6B) is known color: Putty. HEX triplet: C3, AC and 6B. RGB value is (195,172,107). Sum of RGB (Red+Green+Blue) = 195+172+107=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC6B is #3C5394. Grayscale: #ABABAB. Windows color (decimal): -3953557 or 7056579. OLE color: 7056579.
HSL color Cylindrical-coordinate representation of color #C3AC6B: hue angle of 44.32º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3AC6B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 107 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.24 |
| HSL | 44.32º | 0.42% | 0.59% | - |
| HSV(B) | 44.32º | 0.45% | 0.76% | - |
| XYZ | 39.91 | 42.17 | 19.95 | - |
| YUV | 171.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 107 | 0 | 0.12 | 0.45 | 0.24 | 44.32 | 0.42 | 0.59 |
| Hex | C3 | AC | 6B | 0 | C | 2D | 18 | 2C | 2A | 3B |
| Octal | 303 | 254 | 153 | 0 | 14 | 55 | 30 | 54 | 52 | 73 |
| Binary | 11000011 | 10101100 | 1101011 | 0 | 1100 | 101101 | 11000 | 101100 | 101010 | 111011 |
Color Harmonies of #C3AC6B
Complementary color
Monochromatic Colors of #C3AC6B
Black with #C3AC6B
Text Example
Text Example
White with #C3AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC6B; }
p { color: rgb(195,172,107); }
H1.HeaderClassName
{
color: #C3AC6B;
}
.AnyTagClassName
{
color: #C3AC6B;
}
</style>
background-color css
<style>
a { background-color: #C3AC6B; }
a { background-color: rgb(195,172,107); }
div.DivClassName
{
background-color: #C3AC6B;
}
.BgClassName
{
background-color: #C3AC6B;
}
</style>
border-color css
<style>
span { border-color: #C3AC6B; }
span { border-color: rgb(195,172,107); }
td.TdClassName
{
border-color: #C3AC6B;
}
.TagClassName
{
border-color: #C3AC6B;
}
</style>