Shades of Putty #C6A87A
Tints of Putty #C6A87A
RGB
CMYK
RGB Variations
Color information
#C6A87A (or 0xC6A87A) is known color: Putty. HEX triplet: C6, A8 and 7A. RGB value is (198,168,122). Sum of RGB (Red+Green+Blue) = 198+168+122=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A87A is #395785. Grayscale: #ABABAB. Windows color (decimal): -3757958 or 8038598. OLE color: 8038598.
HSL color Cylindrical-coordinate representation of color #C6A87A: hue angle of 36.32º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6A87A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 122 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.22 |
| HSL | 36.32º | 0.4% | 0.63% | - |
| HSV(B) | 36.32º | 0.38% | 0.78% | - |
| XYZ | 40.8 | 41.42 | 24.26 | - |
| YUV | 171.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 122 | 0 | 0.15 | 0.38 | 0.22 | 36.32 | 0.4 | 0.63 |
| Hex | C6 | A8 | 7A | 0 | F | 26 | 16 | 24 | 28 | 3F |
| Octal | 306 | 250 | 172 | 0 | 17 | 46 | 26 | 44 | 50 | 77 |
| Binary | 11000110 | 10101000 | 1111010 | 0 | 1111 | 100110 | 10110 | 100100 | 101000 | 111111 |
Color Harmonies of #C6A87A
Complementary color
Monochromatic Colors of #C6A87A
Black with #C6A87A
Text Example
Text Example
White with #C6A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A87A; }
p { color: rgb(198,168,122); }
H1.HeaderClassName
{
color: #C6A87A;
}
.AnyTagClassName
{
color: #C6A87A;
}
</style>
background-color css
<style>
a { background-color: #C6A87A; }
a { background-color: rgb(198,168,122); }
div.DivClassName
{
background-color: #C6A87A;
}
.BgClassName
{
background-color: #C6A87A;
}
</style>
border-color css
<style>
span { border-color: #C6A87A; }
span { border-color: rgb(198,168,122); }
td.TdClassName
{
border-color: #C6A87A;
}
.TagClassName
{
border-color: #C6A87A;
}
</style>