Shades of Putty #C4A56B
Tints of Putty #C4A56B
RGB
CMYK
RGB Variations
Color information
#C4A56B (or 0xC4A56B) is known color: Putty. HEX triplet: C4, A5 and 6B. RGB value is (196,165,107). Sum of RGB (Red+Green+Blue) = 196+165+107=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A56B is #3B5A94. Grayscale: #A7A7A7. Windows color (decimal): -3889813 or 7054788. OLE color: 7054788.
HSL color Cylindrical-coordinate representation of color #C4A56B: hue angle of 39.1º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4A56B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 107 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.23 |
| HSL | 39.1º | 0.43% | 0.59% | - |
| HSV(B) | 39.1º | 0.45% | 0.77% | - |
| XYZ | 38.87 | 39.71 | 19.53 | - |
| YUV | 167.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 107 | 0 | 0.16 | 0.45 | 0.23 | 39.1 | 0.43 | 0.59 |
| Hex | C4 | A5 | 6B | 0 | 10 | 2D | 17 | 27 | 2B | 3B |
| Octal | 304 | 245 | 153 | 0 | 20 | 55 | 27 | 47 | 53 | 73 |
| Binary | 11000100 | 10100101 | 1101011 | 0 | 10000 | 101101 | 10111 | 100111 | 101011 | 111011 |
Color Harmonies of #C4A56B
Complementary color
Monochromatic Colors of #C4A56B
Black with #C4A56B
Text Example
Text Example
White with #C4A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A56B; }
p { color: rgb(196,165,107); }
H1.HeaderClassName
{
color: #C4A56B;
}
.AnyTagClassName
{
color: #C4A56B;
}
</style>
background-color css
<style>
a { background-color: #C4A56B; }
a { background-color: rgb(196,165,107); }
div.DivClassName
{
background-color: #C4A56B;
}
.BgClassName
{
background-color: #C4A56B;
}
</style>
border-color css
<style>
span { border-color: #C4A56B; }
span { border-color: rgb(196,165,107); }
td.TdClassName
{
border-color: #C4A56B;
}
.TagClassName
{
border-color: #C4A56B;
}
</style>