Shades of Putty #C7B26D
Tints of Putty #C7B26D
RGB
CMYK
RGB Variations
Color information
#C7B26D (or 0xC7B26D) is known color: Putty. HEX triplet: C7, B2 and 6D. RGB value is (199,178,109). Sum of RGB (Red+Green+Blue) = 199+178+109=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B26D is #384D92. Grayscale: #B0B0B0. Windows color (decimal): -3689875 or 7189191. OLE color: 7189191.
HSL color Cylindrical-coordinate representation of color #C7B26D: hue angle of 46º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7B26D is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 109 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.22 |
| HSL | 46º | 0.45% | 0.6% | - |
| HSV(B) | 46º | 0.45% | 0.78% | - |
| XYZ | 42.23 | 45.09 | 20.94 | - |
| YUV | 176.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 109 | 0 | 0.11 | 0.45 | 0.22 | 46 | 0.45 | 0.6 |
| Hex | C7 | B2 | 6D | 0 | B | 2D | 16 | 2E | 2D | 3C |
| Octal | 307 | 262 | 155 | 0 | 13 | 55 | 26 | 56 | 55 | 74 |
| Binary | 11000111 | 10110010 | 1101101 | 0 | 1011 | 101101 | 10110 | 101110 | 101101 | 111100 |
Color Harmonies of #C7B26D
Complementary color
Monochromatic Colors of #C7B26D
Black with #C7B26D
Text Example
Text Example
White with #C7B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B26D; }
p { color: rgb(199,178,109); }
H1.HeaderClassName
{
color: #C7B26D;
}
.AnyTagClassName
{
color: #C7B26D;
}
</style>
background-color css
<style>
a { background-color: #C7B26D; }
a { background-color: rgb(199,178,109); }
div.DivClassName
{
background-color: #C7B26D;
}
.BgClassName
{
background-color: #C7B26D;
}
</style>
border-color css
<style>
span { border-color: #C7B26D; }
span { border-color: rgb(199,178,109); }
td.TdClassName
{
border-color: #C7B26D;
}
.TagClassName
{
border-color: #C7B26D;
}
</style>