Shades of Putty #C8AF6A
Tints of Putty #C8AF6A
RGB
CMYK
RGB Variations
Color information
#C8AF6A (or 0xC8AF6A) is known color: Putty. HEX triplet: C8, AF and 6A. RGB value is (200,175,106). Sum of RGB (Red+Green+Blue) = 200+175+106=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF6A is #375095. Grayscale: #AEAEAE. Windows color (decimal): -3625110 or 6991816. OLE color: 6991816.
HSL color Cylindrical-coordinate representation of color #C8AF6A: hue angle of 44.04º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8AF6A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 106 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.22 |
| HSL | 44.04º | 0.46% | 0.6% | - |
| HSV(B) | 44.04º | 0.47% | 0.78% | - |
| XYZ | 41.75 | 43.98 | 19.92 | - |
| YUV | 174.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 106 | 0 | 0.12 | 0.47 | 0.22 | 44.04 | 0.46 | 0.6 |
| Hex | C8 | AF | 6A | 0 | C | 2F | 16 | 2C | 2E | 3C |
| Octal | 310 | 257 | 152 | 0 | 14 | 57 | 26 | 54 | 56 | 74 |
| Binary | 11001000 | 10101111 | 1101010 | 0 | 1100 | 101111 | 10110 | 101100 | 101110 | 111100 |
Color Harmonies of #C8AF6A
Complementary color
Monochromatic Colors of #C8AF6A
Black with #C8AF6A
Text Example
Text Example
White with #C8AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF6A; }
p { color: rgb(200,175,106); }
H1.HeaderClassName
{
color: #C8AF6A;
}
.AnyTagClassName
{
color: #C8AF6A;
}
</style>
background-color css
<style>
a { background-color: #C8AF6A; }
a { background-color: rgb(200,175,106); }
div.DivClassName
{
background-color: #C8AF6A;
}
.BgClassName
{
background-color: #C8AF6A;
}
</style>
border-color css
<style>
span { border-color: #C8AF6A; }
span { border-color: rgb(200,175,106); }
td.TdClassName
{
border-color: #C8AF6A;
}
.TagClassName
{
border-color: #C8AF6A;
}
</style>