Shades of Putty #C8B16D
Tints of Putty #C8B16D
RGB
CMYK
RGB Variations
Color information
#C8B16D (or 0xC8B16D) is known color: Putty. HEX triplet: C8, B1 and 6D. RGB value is (200,177,109). Sum of RGB (Red+Green+Blue) = 200+177+109=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B16D is #374E92. Grayscale: #B0B0B0. Windows color (decimal): -3624595 or 7188936. OLE color: 7188936.
HSL color Cylindrical-coordinate representation of color #C8B16D: hue angle of 44.84º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8B16D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 109 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.22 |
| HSL | 44.84º | 0.45% | 0.61% | - |
| HSV(B) | 44.84º | 0.46% | 0.78% | - |
| XYZ | 42.3 | 44.83 | 20.89 | - |
| YUV | 176.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 109 | 0 | 0.12 | 0.46 | 0.22 | 44.84 | 0.45 | 0.61 |
| Hex | C8 | B1 | 6D | 0 | C | 2E | 16 | 2D | 2D | 3D |
| Octal | 310 | 261 | 155 | 0 | 14 | 56 | 26 | 55 | 55 | 75 |
| Binary | 11001000 | 10110001 | 1101101 | 0 | 1100 | 101110 | 10110 | 101101 | 101101 | 111101 |
Color Harmonies of #C8B16D
Complementary color
Monochromatic Colors of #C8B16D
Black with #C8B16D
Text Example
Text Example
White with #C8B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B16D; }
p { color: rgb(200,177,109); }
H1.HeaderClassName
{
color: #C8B16D;
}
.AnyTagClassName
{
color: #C8B16D;
}
</style>
background-color css
<style>
a { background-color: #C8B16D; }
a { background-color: rgb(200,177,109); }
div.DivClassName
{
background-color: #C8B16D;
}
.BgClassName
{
background-color: #C8B16D;
}
</style>
border-color css
<style>
span { border-color: #C8B16D; }
span { border-color: rgb(200,177,109); }
td.TdClassName
{
border-color: #C8B16D;
}
.TagClassName
{
border-color: #C8B16D;
}
</style>