Shades of Putty #C6A878
Tints of Putty #C6A878
RGB
CMYK
RGB Variations
Color information
#C6A878 (or 0xC6A878) is known color: Putty. HEX triplet: C6, A8 and 78. RGB value is (198,168,120). Sum of RGB (Red+Green+Blue) = 198+168+120=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A878 is #395787. Grayscale: #ABABAB. Windows color (decimal): -3757960 or 7907526. OLE color: 7907526.
HSL color Cylindrical-coordinate representation of color #C6A878: hue angle of 36.92º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6A878 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 120 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.22 |
| HSL | 36.92º | 0.41% | 0.62% | - |
| HSV(B) | 36.92º | 0.39% | 0.78% | - |
| XYZ | 40.68 | 41.37 | 23.61 | - |
| YUV | 171.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 120 | 0 | 0.15 | 0.39 | 0.22 | 36.92 | 0.41 | 0.62 |
| Hex | C6 | A8 | 78 | 0 | F | 27 | 16 | 25 | 29 | 3E |
| Octal | 306 | 250 | 170 | 0 | 17 | 47 | 26 | 45 | 51 | 76 |
| Binary | 11000110 | 10101000 | 1111000 | 0 | 1111 | 100111 | 10110 | 100101 | 101001 | 111110 |
Color Harmonies of #C6A878
Complementary color
Monochromatic Colors of #C6A878
Black with #C6A878
Text Example
Text Example
White with #C6A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A878; }
p { color: rgb(198,168,120); }
H1.HeaderClassName
{
color: #C6A878;
}
.AnyTagClassName
{
color: #C6A878;
}
</style>
background-color css
<style>
a { background-color: #C6A878; }
a { background-color: rgb(198,168,120); }
div.DivClassName
{
background-color: #C6A878;
}
.BgClassName
{
background-color: #C6A878;
}
</style>
border-color css
<style>
span { border-color: #C6A878; }
span { border-color: rgb(198,168,120); }
td.TdClassName
{
border-color: #C6A878;
}
.TagClassName
{
border-color: #C6A878;
}
</style>