Shades of Putty #C8AF6F
Tints of Putty #C8AF6F
RGB
CMYK
RGB Variations
Color information
#C8AF6F (or 0xC8AF6F) is known color: Putty. HEX triplet: C8, AF and 6F. RGB value is (200,175,111). Sum of RGB (Red+Green+Blue) = 200+175+111=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF6F is #375090. Grayscale: #AFAFAF. Windows color (decimal): -3625105 or 7319496. OLE color: 7319496.
HSL color Cylindrical-coordinate representation of color #C8AF6F: hue angle of 43.15º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8AF6F is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 111 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.22 |
| HSL | 43.15º | 0.45% | 0.61% | - |
| HSV(B) | 43.15º | 0.45% | 0.78% | - |
| XYZ | 42.02 | 44.09 | 21.33 | - |
| YUV | 175.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 111 | 0 | 0.12 | 0.44 | 0.22 | 43.15 | 0.45 | 0.61 |
| Hex | C8 | AF | 6F | 0 | C | 2C | 16 | 2B | 2D | 3D |
| Octal | 310 | 257 | 157 | 0 | 14 | 54 | 26 | 53 | 55 | 75 |
| Binary | 11001000 | 10101111 | 1101111 | 0 | 1100 | 101100 | 10110 | 101011 | 101101 | 111101 |
Color Harmonies of #C8AF6F
Complementary color
Monochromatic Colors of #C8AF6F
Black with #C8AF6F
Text Example
Text Example
White with #C8AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF6F; }
p { color: rgb(200,175,111); }
H1.HeaderClassName
{
color: #C8AF6F;
}
.AnyTagClassName
{
color: #C8AF6F;
}
</style>
background-color css
<style>
a { background-color: #C8AF6F; }
a { background-color: rgb(200,175,111); }
div.DivClassName
{
background-color: #C8AF6F;
}
.BgClassName
{
background-color: #C8AF6F;
}
</style>
border-color css
<style>
span { border-color: #C8AF6F; }
span { border-color: rgb(200,175,111); }
td.TdClassName
{
border-color: #C8AF6F;
}
.TagClassName
{
border-color: #C8AF6F;
}
</style>