Shades of Putty #C8AB6B
Tints of Putty #C8AB6B
RGB
CMYK
RGB Variations
Color information
#C8AB6B (or 0xC8AB6B) is known color: Putty. HEX triplet: C8, AB and 6B. RGB value is (200,171,107). Sum of RGB (Red+Green+Blue) = 200+171+107=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB6B is #375494. Grayscale: #ACACAC. Windows color (decimal): -3626133 or 7056328. OLE color: 7056328.
HSL color Cylindrical-coordinate representation of color #C8AB6B: hue angle of 41.29º 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 #C8AB6B is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 107 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.22 |
| HSL | 41.29º | 0.46% | 0.6% | - |
| HSV(B) | 41.29º | 0.47% | 0.78% | - |
| XYZ | 41.04 | 42.47 | 19.94 | - |
| YUV | 172.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 107 | 0 | 0.14 | 0.46 | 0.22 | 41.29 | 0.46 | 0.6 |
| Hex | C8 | AB | 6B | 0 | E | 2E | 16 | 29 | 2E | 3C |
| Octal | 310 | 253 | 153 | 0 | 16 | 56 | 26 | 51 | 56 | 74 |
| Binary | 11001000 | 10101011 | 1101011 | 0 | 1110 | 101110 | 10110 | 101001 | 101110 | 111100 |
Color Harmonies of #C8AB6B
Complementary color
Monochromatic Colors of #C8AB6B
Black with #C8AB6B
Text Example
Text Example
White with #C8AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB6B; }
p { color: rgb(200,171,107); }
H1.HeaderClassName
{
color: #C8AB6B;
}
.AnyTagClassName
{
color: #C8AB6B;
}
</style>
background-color css
<style>
a { background-color: #C8AB6B; }
a { background-color: rgb(200,171,107); }
div.DivClassName
{
background-color: #C8AB6B;
}
.BgClassName
{
background-color: #C8AB6B;
}
</style>
border-color css
<style>
span { border-color: #C8AB6B; }
span { border-color: rgb(200,171,107); }
td.TdClassName
{
border-color: #C8AB6B;
}
.TagClassName
{
border-color: #C8AB6B;
}
</style>