Shades of Putty #C8A968
Tints of Putty #C8A968
RGB
CMYK
RGB Variations
Color information
#C8A968 (or 0xC8A968) is known color: Putty. HEX triplet: C8, A9 and 68. RGB value is (200,169,104). Sum of RGB (Red+Green+Blue) = 200+169+104=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A968 is #375697. Grayscale: #ABABAB. Windows color (decimal): -3626648 or 6859208. OLE color: 6859208.
HSL color Cylindrical-coordinate representation of color #C8A968: hue angle of 40.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8A968 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 104 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.22 |
| HSL | 40.63º | 0.47% | 0.6% | - |
| HSV(B) | 40.63º | 0.48% | 0.78% | - |
| XYZ | 40.51 | 41.65 | 19 | - |
| YUV | 170.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 104 | 0 | 0.16 | 0.48 | 0.22 | 40.63 | 0.47 | 0.6 |
| Hex | C8 | A9 | 68 | 0 | 10 | 30 | 16 | 29 | 2F | 3C |
| Octal | 310 | 251 | 150 | 0 | 20 | 60 | 26 | 51 | 57 | 74 |
| Binary | 11001000 | 10101001 | 1101000 | 0 | 10000 | 110000 | 10110 | 101001 | 101111 | 111100 |
Color Harmonies of #C8A968
Complementary color
Monochromatic Colors of #C8A968
Black with #C8A968
Text Example
Text Example
White with #C8A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A968; }
p { color: rgb(200,169,104); }
H1.HeaderClassName
{
color: #C8A968;
}
.AnyTagClassName
{
color: #C8A968;
}
</style>
background-color css
<style>
a { background-color: #C8A968; }
a { background-color: rgb(200,169,104); }
div.DivClassName
{
background-color: #C8A968;
}
.BgClassName
{
background-color: #C8A968;
}
</style>
border-color css
<style>
span { border-color: #C8A968; }
span { border-color: rgb(200,169,104); }
td.TdClassName
{
border-color: #C8A968;
}
.TagClassName
{
border-color: #C8A968;
}
</style>