Shades of Putty #C5B06D
Tints of Putty #C5B06D
RGB
CMYK
RGB Variations
Color information
#C5B06D (or 0xC5B06D) is known color: Putty. HEX triplet: C5, B0 and 6D. RGB value is (197,176,109). Sum of RGB (Red+Green+Blue) = 197+176+109=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B06D is #3A4F92. Grayscale: #AEAEAE. Windows color (decimal): -3821459 or 7188677. OLE color: 7188677.
HSL color Cylindrical-coordinate representation of color #C5B06D: hue angle of 45.68º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5B06D is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 109 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.23 |
| HSL | 45.68º | 0.43% | 0.6% | - |
| HSV(B) | 45.68º | 0.45% | 0.77% | - |
| XYZ | 41.31 | 44.03 | 20.79 | - |
| YUV | 174.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 109 | 0 | 0.11 | 0.45 | 0.23 | 45.68 | 0.43 | 0.6 |
| Hex | C5 | B0 | 6D | 0 | B | 2D | 17 | 2E | 2B | 3C |
| Octal | 305 | 260 | 155 | 0 | 13 | 55 | 27 | 56 | 53 | 74 |
| Binary | 11000101 | 10110000 | 1101101 | 0 | 1011 | 101101 | 10111 | 101110 | 101011 | 111100 |
Color Harmonies of #C5B06D
Complementary color
Monochromatic Colors of #C5B06D
Black with #C5B06D
Text Example
Text Example
White with #C5B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B06D; }
p { color: rgb(197,176,109); }
H1.HeaderClassName
{
color: #C5B06D;
}
.AnyTagClassName
{
color: #C5B06D;
}
</style>
background-color css
<style>
a { background-color: #C5B06D; }
a { background-color: rgb(197,176,109); }
div.DivClassName
{
background-color: #C5B06D;
}
.BgClassName
{
background-color: #C5B06D;
}
</style>
border-color css
<style>
span { border-color: #C5B06D; }
span { border-color: rgb(197,176,109); }
td.TdClassName
{
border-color: #C5B06D;
}
.TagClassName
{
border-color: #C5B06D;
}
</style>