Shades of Putty #C8AE6E
Tints of Putty #C8AE6E
RGB
CMYK
RGB Variations
Color information
#C8AE6E (or 0xC8AE6E) is known color: Putty. HEX triplet: C8, AE and 6E. RGB value is (200,174,110). Sum of RGB (Red+Green+Blue) = 200+174+110=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE6E is #375191. Grayscale: #AEAEAE. Windows color (decimal): -3625362 or 7253704. OLE color: 7253704.
HSL color Cylindrical-coordinate representation of color #C8AE6E: hue angle of 42.67º 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 #C8AE6E is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 110 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.22 |
| HSL | 42.67º | 0.45% | 0.61% | - |
| HSV(B) | 42.67º | 0.45% | 0.78% | - |
| XYZ | 41.77 | 43.68 | 20.98 | - |
| YUV | 174.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 110 | 0 | 0.13 | 0.45 | 0.22 | 42.67 | 0.45 | 0.61 |
| Hex | C8 | AE | 6E | 0 | D | 2D | 16 | 2B | 2D | 3D |
| Octal | 310 | 256 | 156 | 0 | 15 | 55 | 26 | 53 | 55 | 75 |
| Binary | 11001000 | 10101110 | 1101110 | 0 | 1101 | 101101 | 10110 | 101011 | 101101 | 111101 |
Color Harmonies of #C8AE6E
Complementary color
Monochromatic Colors of #C8AE6E
Black with #C8AE6E
Text Example
Text Example
White with #C8AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE6E; }
p { color: rgb(200,174,110); }
H1.HeaderClassName
{
color: #C8AE6E;
}
.AnyTagClassName
{
color: #C8AE6E;
}
</style>
background-color css
<style>
a { background-color: #C8AE6E; }
a { background-color: rgb(200,174,110); }
div.DivClassName
{
background-color: #C8AE6E;
}
.BgClassName
{
background-color: #C8AE6E;
}
</style>
border-color css
<style>
span { border-color: #C8AE6E; }
span { border-color: rgb(200,174,110); }
td.TdClassName
{
border-color: #C8AE6E;
}
.TagClassName
{
border-color: #C8AE6E;
}
</style>