Shades of Putty #C8AF6D
Tints of Putty #C8AF6D
RGB
CMYK
RGB Variations
Color information
#C8AF6D (or 0xC8AF6D) is known color: Putty. HEX triplet: C8, AF and 6D. RGB value is (200,175,109). Sum of RGB (Red+Green+Blue) = 200+175+109=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF6D is #375092. Grayscale: #AFAFAF. Windows color (decimal): -3625107 or 7188424. OLE color: 7188424.
HSL color Cylindrical-coordinate representation of color #C8AF6D: hue angle of 43.52º 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 #C8AF6D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 109 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.22 |
| HSL | 43.52º | 0.45% | 0.61% | - |
| HSV(B) | 43.52º | 0.46% | 0.78% | - |
| XYZ | 41.91 | 44.04 | 20.76 | - |
| YUV | 174.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 109 | 0 | 0.12 | 0.46 | 0.22 | 43.52 | 0.45 | 0.61 |
| Hex | C8 | AF | 6D | 0 | C | 2E | 16 | 2C | 2D | 3D |
| Octal | 310 | 257 | 155 | 0 | 14 | 56 | 26 | 54 | 55 | 75 |
| Binary | 11001000 | 10101111 | 1101101 | 0 | 1100 | 101110 | 10110 | 101100 | 101101 | 111101 |
Color Harmonies of #C8AF6D
Complementary color
Monochromatic Colors of #C8AF6D
Black with #C8AF6D
Text Example
Text Example
White with #C8AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF6D; }
p { color: rgb(200,175,109); }
H1.HeaderClassName
{
color: #C8AF6D;
}
.AnyTagClassName
{
color: #C8AF6D;
}
</style>
background-color css
<style>
a { background-color: #C8AF6D; }
a { background-color: rgb(200,175,109); }
div.DivClassName
{
background-color: #C8AF6D;
}
.BgClassName
{
background-color: #C8AF6D;
}
</style>
border-color css
<style>
span { border-color: #C8AF6D; }
span { border-color: rgb(200,175,109); }
td.TdClassName
{
border-color: #C8AF6D;
}
.TagClassName
{
border-color: #C8AF6D;
}
</style>