Shades of Putty #C8AE73
Tints of Putty #C8AE73
RGB
CMYK
RGB Variations
Color information
#C8AE73 (or 0xC8AE73) is known color: Putty. HEX triplet: C8, AE and 73. RGB value is (200,174,115). Sum of RGB (Red+Green+Blue) = 200+174+115=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE73 is #37518C. Grayscale: #AFAFAF. Windows color (decimal): -3625357 or 7581384. OLE color: 7581384.
HSL color Cylindrical-coordinate representation of color #C8AE73: hue angle of 41.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8AE73 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 115 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.22 |
| HSL | 41.65º | 0.44% | 0.62% | - |
| HSV(B) | 41.65º | 0.43% | 0.78% | - |
| XYZ | 42.05 | 43.79 | 22.46 | - |
| YUV | 175.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 115 | 0 | 0.13 | 0.42 | 0.22 | 41.65 | 0.44 | 0.62 |
| Hex | C8 | AE | 73 | 0 | D | 2A | 16 | 2A | 2C | 3E |
| Octal | 310 | 256 | 163 | 0 | 15 | 52 | 26 | 52 | 54 | 76 |
| Binary | 11001000 | 10101110 | 1110011 | 0 | 1101 | 101010 | 10110 | 101010 | 101100 | 111110 |
Color Harmonies of #C8AE73
Complementary color
Monochromatic Colors of #C8AE73
Black with #C8AE73
Text Example
Text Example
White with #C8AE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE73; }
p { color: rgb(200,174,115); }
H1.HeaderClassName
{
color: #C8AE73;
}
.AnyTagClassName
{
color: #C8AE73;
}
</style>
background-color css
<style>
a { background-color: #C8AE73; }
a { background-color: rgb(200,174,115); }
div.DivClassName
{
background-color: #C8AE73;
}
.BgClassName
{
background-color: #C8AE73;
}
</style>
border-color css
<style>
span { border-color: #C8AE73; }
span { border-color: rgb(200,174,115); }
td.TdClassName
{
border-color: #C8AE73;
}
.TagClassName
{
border-color: #C8AE73;
}
</style>