Shades of Putty #C8AB6C
Tints of Putty #C8AB6C
RGB
CMYK
RGB Variations
Color information
#C8AB6C (or 0xC8AB6C) is known color: Putty. HEX triplet: C8, AB and 6C. RGB value is (200,171,108). Sum of RGB (Red+Green+Blue) = 200+171+108=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB6C is #375493. Grayscale: #ACACAC. Windows color (decimal): -3626132 or 7121864. OLE color: 7121864.
HSL color Cylindrical-coordinate representation of color #C8AB6C: hue angle of 41.09º 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 #C8AB6C is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 108 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.22 |
| HSL | 41.09º | 0.46% | 0.6% | - |
| HSV(B) | 41.09º | 0.46% | 0.78% | - |
| XYZ | 41.09 | 42.49 | 20.22 | - |
| YUV | 172.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 108 | 0 | 0.14 | 0.46 | 0.22 | 41.09 | 0.46 | 0.6 |
| Hex | C8 | AB | 6C | 0 | E | 2E | 16 | 29 | 2E | 3C |
| Octal | 310 | 253 | 154 | 0 | 16 | 56 | 26 | 51 | 56 | 74 |
| Binary | 11001000 | 10101011 | 1101100 | 0 | 1110 | 101110 | 10110 | 101001 | 101110 | 111100 |
Color Harmonies of #C8AB6C
Complementary color
Monochromatic Colors of #C8AB6C
Black with #C8AB6C
Text Example
Text Example
White with #C8AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB6C; }
p { color: rgb(200,171,108); }
H1.HeaderClassName
{
color: #C8AB6C;
}
.AnyTagClassName
{
color: #C8AB6C;
}
</style>
background-color css
<style>
a { background-color: #C8AB6C; }
a { background-color: rgb(200,171,108); }
div.DivClassName
{
background-color: #C8AB6C;
}
.BgClassName
{
background-color: #C8AB6C;
}
</style>
border-color css
<style>
span { border-color: #C8AB6C; }
span { border-color: rgb(200,171,108); }
td.TdClassName
{
border-color: #C8AB6C;
}
.TagClassName
{
border-color: #C8AB6C;
}
</style>