Shades of Putty #C8AE6D
Tints of Putty #C8AE6D
RGB
CMYK
RGB Variations
Color information
#C8AE6D (or 0xC8AE6D) is known color: Putty. HEX triplet: C8, AE and 6D. RGB value is (200,174,109). Sum of RGB (Red+Green+Blue) = 200+174+109=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE6D is #375192. Grayscale: #AEAEAE. Windows color (decimal): -3625363 or 7188168. OLE color: 7188168.
HSL color Cylindrical-coordinate representation of color #C8AE6D: hue angle of 42.86º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8AE6D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 109 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.22 |
| HSL | 42.86º | 0.45% | 0.61% | - |
| HSV(B) | 42.86º | 0.46% | 0.78% | - |
| XYZ | 41.72 | 43.66 | 20.7 | - |
| YUV | 174.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 109 | 0 | 0.13 | 0.46 | 0.22 | 42.86 | 0.45 | 0.61 |
| Hex | C8 | AE | 6D | 0 | D | 2E | 16 | 2B | 2D | 3D |
| Octal | 310 | 256 | 155 | 0 | 15 | 56 | 26 | 53 | 55 | 75 |
| Binary | 11001000 | 10101110 | 1101101 | 0 | 1101 | 101110 | 10110 | 101011 | 101101 | 111101 |
Color Harmonies of #C8AE6D
Complementary color
Monochromatic Colors of #C8AE6D
Black with #C8AE6D
Text Example
Text Example
White with #C8AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE6D; }
p { color: rgb(200,174,109); }
H1.HeaderClassName
{
color: #C8AE6D;
}
.AnyTagClassName
{
color: #C8AE6D;
}
</style>
background-color css
<style>
a { background-color: #C8AE6D; }
a { background-color: rgb(200,174,109); }
div.DivClassName
{
background-color: #C8AE6D;
}
.BgClassName
{
background-color: #C8AE6D;
}
</style>
border-color css
<style>
span { border-color: #C8AE6D; }
span { border-color: rgb(200,174,109); }
td.TdClassName
{
border-color: #C8AE6D;
}
.TagClassName
{
border-color: #C8AE6D;
}
</style>