Shades of Putty #C9A56B
Tints of Putty #C9A56B
RGB
CMYK
RGB Variations
Color information
#C9A56B (or 0xC9A56B) is known color: Putty. HEX triplet: C9, A5 and 6B. RGB value is (201,165,107). Sum of RGB (Red+Green+Blue) = 201+165+107=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A56B is #365A94. Grayscale: #A9A9A9. Windows color (decimal): -3562133 or 7054793. OLE color: 7054793.
HSL color Cylindrical-coordinate representation of color #C9A56B: hue angle of 37.02º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9A56B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 107 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.21 |
| HSL | 37.02º | 0.47% | 0.6% | - |
| HSV(B) | 37.02º | 0.47% | 0.79% | - |
| XYZ | 40.2 | 40.39 | 19.59 | - |
| YUV | 169.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 107 | 0 | 0.18 | 0.47 | 0.21 | 37.02 | 0.47 | 0.6 |
| Hex | C9 | A5 | 6B | 0 | 12 | 2F | 15 | 25 | 2F | 3C |
| Octal | 311 | 245 | 153 | 0 | 22 | 57 | 25 | 45 | 57 | 74 |
| Binary | 11001001 | 10100101 | 1101011 | 0 | 10010 | 101111 | 10101 | 100101 | 101111 | 111100 |
Color Harmonies of #C9A56B
Complementary color
Monochromatic Colors of #C9A56B
Black with #C9A56B
Text Example
Text Example
White with #C9A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A56B; }
p { color: rgb(201,165,107); }
H1.HeaderClassName
{
color: #C9A56B;
}
.AnyTagClassName
{
color: #C9A56B;
}
</style>
background-color css
<style>
a { background-color: #C9A56B; }
a { background-color: rgb(201,165,107); }
div.DivClassName
{
background-color: #C9A56B;
}
.BgClassName
{
background-color: #C9A56B;
}
</style>
border-color css
<style>
span { border-color: #C9A56B; }
span { border-color: rgb(201,165,107); }
td.TdClassName
{
border-color: #C9A56B;
}
.TagClassName
{
border-color: #C9A56B;
}
</style>