Shades of Putty #C4A87A
Tints of Putty #C4A87A
RGB
CMYK
RGB Variations
Color information
#C4A87A (or 0xC4A87A) is known color: Putty. HEX triplet: C4, A8 and 7A. RGB value is (196,168,122). Sum of RGB (Red+Green+Blue) = 196+168+122=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A87A is #3B5785. Grayscale: #ABABAB. Windows color (decimal): -3889030 or 8038596. OLE color: 8038596.
HSL color Cylindrical-coordinate representation of color #C4A87A: hue angle of 37.3º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4A87A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 122 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.23 |
| HSL | 37.3º | 0.39% | 0.62% | - |
| HSV(B) | 37.3º | 0.38% | 0.77% | - |
| XYZ | 40.28 | 41.15 | 24.23 | - |
| YUV | 171.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 122 | 0 | 0.14 | 0.38 | 0.23 | 37.3 | 0.39 | 0.62 |
| Hex | C4 | A8 | 7A | 0 | E | 26 | 17 | 25 | 27 | 3E |
| Octal | 304 | 250 | 172 | 0 | 16 | 46 | 27 | 45 | 47 | 76 |
| Binary | 11000100 | 10101000 | 1111010 | 0 | 1110 | 100110 | 10111 | 100101 | 100111 | 111110 |
Color Harmonies of #C4A87A
Complementary color
Monochromatic Colors of #C4A87A
Black with #C4A87A
Text Example
Text Example
White with #C4A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A87A; }
p { color: rgb(196,168,122); }
H1.HeaderClassName
{
color: #C4A87A;
}
.AnyTagClassName
{
color: #C4A87A;
}
</style>
background-color css
<style>
a { background-color: #C4A87A; }
a { background-color: rgb(196,168,122); }
div.DivClassName
{
background-color: #C4A87A;
}
.BgClassName
{
background-color: #C4A87A;
}
</style>
border-color css
<style>
span { border-color: #C4A87A; }
span { border-color: rgb(196,168,122); }
td.TdClassName
{
border-color: #C4A87A;
}
.TagClassName
{
border-color: #C4A87A;
}
</style>