Shades of Putty #C9AF6C
Tints of Putty #C9AF6C
RGB
CMYK
RGB Variations
Color information
#C9AF6C (or 0xC9AF6C) is known color: Putty. HEX triplet: C9, AF and 6C. RGB value is (201,175,108). Sum of RGB (Red+Green+Blue) = 201+175+108=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF6C is #365093. Grayscale: #AFAFAF. Windows color (decimal): -3559572 or 7122889. OLE color: 7122889.
HSL color Cylindrical-coordinate representation of color #C9AF6C: hue angle of 43.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9AF6C is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 108 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.21 |
| HSL | 43.23º | 0.46% | 0.61% | - |
| HSV(B) | 43.23º | 0.46% | 0.79% | - |
| XYZ | 42.12 | 44.16 | 20.49 | - |
| YUV | 175.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 108 | 0 | 0.13 | 0.46 | 0.21 | 43.23 | 0.46 | 0.61 |
| Hex | C9 | AF | 6C | 0 | D | 2E | 15 | 2B | 2E | 3D |
| Octal | 311 | 257 | 154 | 0 | 15 | 56 | 25 | 53 | 56 | 75 |
| Binary | 11001001 | 10101111 | 1101100 | 0 | 1101 | 101110 | 10101 | 101011 | 101110 | 111101 |
Color Harmonies of #C9AF6C
Complementary color
Monochromatic Colors of #C9AF6C
Black with #C9AF6C
Text Example
Text Example
White with #C9AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF6C; }
p { color: rgb(201,175,108); }
H1.HeaderClassName
{
color: #C9AF6C;
}
.AnyTagClassName
{
color: #C9AF6C;
}
</style>
background-color css
<style>
a { background-color: #C9AF6C; }
a { background-color: rgb(201,175,108); }
div.DivClassName
{
background-color: #C9AF6C;
}
.BgClassName
{
background-color: #C9AF6C;
}
</style>
border-color css
<style>
span { border-color: #C9AF6C; }
span { border-color: rgb(201,175,108); }
td.TdClassName
{
border-color: #C9AF6C;
}
.TagClassName
{
border-color: #C9AF6C;
}
</style>