Shades of Putty #C4A573
Tints of Putty #C4A573
RGB
CMYK
RGB Variations
Color information
#C4A573 (or 0xC4A573) is known color: Putty. HEX triplet: C4, A5 and 73. RGB value is (196,165,115). Sum of RGB (Red+Green+Blue) = 196+165+115=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A573 is #3B5A8C. Grayscale: #A8A8A8. Windows color (decimal): -3889805 or 7579076. OLE color: 7579076.
HSL color Cylindrical-coordinate representation of color #C4A573: hue angle of 37.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4A573 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 115 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.23 |
| HSL | 37.04º | 0.41% | 0.61% | - |
| HSV(B) | 37.04º | 0.41% | 0.77% | - |
| XYZ | 39.31 | 39.88 | 21.85 | - |
| YUV | 168.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 115 | 0 | 0.16 | 0.41 | 0.23 | 37.04 | 0.41 | 0.61 |
| Hex | C4 | A5 | 73 | 0 | 10 | 29 | 17 | 25 | 29 | 3D |
| Octal | 304 | 245 | 163 | 0 | 20 | 51 | 27 | 45 | 51 | 75 |
| Binary | 11000100 | 10100101 | 1110011 | 0 | 10000 | 101001 | 10111 | 100101 | 101001 | 111101 |
Color Harmonies of #C4A573
Complementary color
Monochromatic Colors of #C4A573
Black with #C4A573
Text Example
Text Example
White with #C4A573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A573; }
p { color: rgb(196,165,115); }
H1.HeaderClassName
{
color: #C4A573;
}
.AnyTagClassName
{
color: #C4A573;
}
</style>
background-color css
<style>
a { background-color: #C4A573; }
a { background-color: rgb(196,165,115); }
div.DivClassName
{
background-color: #C4A573;
}
.BgClassName
{
background-color: #C4A573;
}
</style>
border-color css
<style>
span { border-color: #C4A573; }
span { border-color: rgb(196,165,115); }
td.TdClassName
{
border-color: #C4A573;
}
.TagClassName
{
border-color: #C4A573;
}
</style>