Shades of Putty #C8A46B
Tints of Putty #C8A46B
RGB
CMYK
RGB Variations
Color information
#C8A46B (or 0xC8A46B) is known color: Putty. HEX triplet: C8, A4 and 6B. RGB value is (200,164,107). Sum of RGB (Red+Green+Blue) = 200+164+107=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A46B is #375B94. Grayscale: #A8A8A8. Windows color (decimal): -3627925 or 7054536. OLE color: 7054536.
HSL color Cylindrical-coordinate representation of color #C8A46B: hue angle of 36.77º degrees, saturation: 0.46, 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 #C8A46B is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 107 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 36.77º | 0.46% | 0.6% | - |
| HSV(B) | 36.77º | 0.47% | 0.78% | - |
| XYZ | 39.75 | 39.89 | 19.51 | - |
| YUV | 168.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 107 | 0 | 0.18 | 0.46 | 0.22 | 36.77 | 0.46 | 0.6 |
| Hex | C8 | A4 | 6B | 0 | 12 | 2E | 16 | 25 | 2E | 3C |
| Octal | 310 | 244 | 153 | 0 | 22 | 56 | 26 | 45 | 56 | 74 |
| Binary | 11001000 | 10100100 | 1101011 | 0 | 10010 | 101110 | 10110 | 100101 | 101110 | 111100 |
Color Harmonies of #C8A46B
Complementary color
Monochromatic Colors of #C8A46B
Black with #C8A46B
Text Example
Text Example
White with #C8A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A46B; }
p { color: rgb(200,164,107); }
H1.HeaderClassName
{
color: #C8A46B;
}
.AnyTagClassName
{
color: #C8A46B;
}
</style>
background-color css
<style>
a { background-color: #C8A46B; }
a { background-color: rgb(200,164,107); }
div.DivClassName
{
background-color: #C8A46B;
}
.BgClassName
{
background-color: #C8A46B;
}
</style>
border-color css
<style>
span { border-color: #C8A46B; }
span { border-color: rgb(200,164,107); }
td.TdClassName
{
border-color: #C8A46B;
}
.TagClassName
{
border-color: #C8A46B;
}
</style>