Shades of Putty #C7B26C
Tints of Putty #C7B26C
RGB
CMYK
RGB Variations
Color information
#C7B26C (or 0xC7B26C) is known color: Putty. HEX triplet: C7, B2 and 6C. RGB value is (199,178,108). Sum of RGB (Red+Green+Blue) = 199+178+108=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B26C is #384D93. Grayscale: #B0B0B0. Windows color (decimal): -3689876 or 7123655. OLE color: 7123655.
HSL color Cylindrical-coordinate representation of color #C7B26C: hue angle of 46.15º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7B26C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 108 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.22 |
| HSL | 46.15º | 0.45% | 0.6% | - |
| HSV(B) | 46.15º | 0.46% | 0.78% | - |
| XYZ | 42.18 | 45.07 | 20.66 | - |
| YUV | 176.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 108 | 0 | 0.11 | 0.46 | 0.22 | 46.15 | 0.45 | 0.6 |
| Hex | C7 | B2 | 6C | 0 | B | 2E | 16 | 2E | 2D | 3C |
| Octal | 307 | 262 | 154 | 0 | 13 | 56 | 26 | 56 | 55 | 74 |
| Binary | 11000111 | 10110010 | 1101100 | 0 | 1011 | 101110 | 10110 | 101110 | 101101 | 111100 |
Color Harmonies of #C7B26C
Complementary color
Monochromatic Colors of #C7B26C
Black with #C7B26C
Text Example
Text Example
White with #C7B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B26C; }
p { color: rgb(199,178,108); }
H1.HeaderClassName
{
color: #C7B26C;
}
.AnyTagClassName
{
color: #C7B26C;
}
</style>
background-color css
<style>
a { background-color: #C7B26C; }
a { background-color: rgb(199,178,108); }
div.DivClassName
{
background-color: #C7B26C;
}
.BgClassName
{
background-color: #C7B26C;
}
</style>
border-color css
<style>
span { border-color: #C7B26C; }
span { border-color: rgb(199,178,108); }
td.TdClassName
{
border-color: #C7B26C;
}
.TagClassName
{
border-color: #C7B26C;
}
</style>