Shades of Putty #C4AD75
Tints of Putty #C4AD75
RGB
CMYK
RGB Variations
Color information
#C4AD75 (or 0xC4AD75) is known color: Putty. HEX triplet: C4, AD and 75. RGB value is (196,173,117). Sum of RGB (Red+Green+Blue) = 196+173+117=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD75 is #3B528A. Grayscale: #ADADAD. Windows color (decimal): -3887755 or 7712196. OLE color: 7712196.
HSL color Cylindrical-coordinate representation of color #C4AD75: hue angle of 42.53º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4AD75 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 117 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.23 |
| HSL | 42.53º | 0.4% | 0.61% | - |
| HSV(B) | 42.53º | 0.4% | 0.77% | - |
| XYZ | 40.92 | 42.91 | 22.95 | - |
| YUV | 173.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 117 | 0 | 0.12 | 0.40 | 0.23 | 42.53 | 0.4 | 0.61 |
| Hex | C4 | AD | 75 | 0 | C | 28 | 17 | 2B | 28 | 3D |
| Octal | 304 | 255 | 165 | 0 | 14 | 50 | 27 | 53 | 50 | 75 |
| Binary | 11000100 | 10101101 | 1110101 | 0 | 1100 | 101000 | 10111 | 101011 | 101000 | 111101 |
Color Harmonies of #C4AD75
Complementary color
Monochromatic Colors of #C4AD75
Black with #C4AD75
Text Example
Text Example
White with #C4AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD75; }
p { color: rgb(196,173,117); }
H1.HeaderClassName
{
color: #C4AD75;
}
.AnyTagClassName
{
color: #C4AD75;
}
</style>
background-color css
<style>
a { background-color: #C4AD75; }
a { background-color: rgb(196,173,117); }
div.DivClassName
{
background-color: #C4AD75;
}
.BgClassName
{
background-color: #C4AD75;
}
</style>
border-color css
<style>
span { border-color: #C4AD75; }
span { border-color: rgb(196,173,117); }
td.TdClassName
{
border-color: #C4AD75;
}
.TagClassName
{
border-color: #C4AD75;
}
</style>