Shades of Putty #C8A678
Tints of Putty #C8A678
RGB
CMYK
RGB Variations
Color information
#C8A678 (or 0xC8A678) is known color: Putty. HEX triplet: C8, A6 and 78. RGB value is (200,166,120). Sum of RGB (Red+Green+Blue) = 200+166+120=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A678 is #375987. Grayscale: #ABABAB. Windows color (decimal): -3627400 or 7907016. OLE color: 7907016.
HSL color Cylindrical-coordinate representation of color #C8A678: hue angle of 34.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8A678 is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 120 | - |
| CMYK | 0 | 0.17 | 0.4 | 0.22 |
| HSL | 34.5º | 0.42% | 0.63% | - |
| HSV(B) | 34.5º | 0.4% | 0.78% | - |
| XYZ | 40.85 | 40.91 | 23.51 | - |
| YUV | 170.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 120 | 0 | 0.17 | 0.4 | 0.22 | 34.5 | 0.42 | 0.63 |
| Hex | C8 | A6 | 78 | 0 | 11 | 28 | 16 | 22 | 2A | 3F |
| Octal | 310 | 246 | 170 | 0 | 21 | 50 | 26 | 42 | 52 | 77 |
| Binary | 11001000 | 10100110 | 1111000 | 0 | 10001 | 101000 | 10110 | 100010 | 101010 | 111111 |
Color Harmonies of #C8A678
Complementary color
Monochromatic Colors of #C8A678
Black with #C8A678
Text Example
Text Example
White with #C8A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A678; }
p { color: rgb(200,166,120); }
H1.HeaderClassName
{
color: #C8A678;
}
.AnyTagClassName
{
color: #C8A678;
}
</style>
background-color css
<style>
a { background-color: #C8A678; }
a { background-color: rgb(200,166,120); }
div.DivClassName
{
background-color: #C8A678;
}
.BgClassName
{
background-color: #C8A678;
}
</style>
border-color css
<style>
span { border-color: #C8A678; }
span { border-color: rgb(200,166,120); }
td.TdClassName
{
border-color: #C8A678;
}
.TagClassName
{
border-color: #C8A678;
}
</style>