Shades of Putty #C8A46D
Tints of Putty #C8A46D
RGB
CMYK
RGB Variations
Color information
#C8A46D (or 0xC8A46D) is known color: Putty. HEX triplet: C8, A4 and 6D. RGB value is (200,164,109). Sum of RGB (Red+Green+Blue) = 200+164+109=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A46D is #375B92. Grayscale: #A8A8A8. Windows color (decimal): -3627923 or 7185608. OLE color: 7185608.
HSL color Cylindrical-coordinate representation of color #C8A46D: hue angle of 36.26º 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 #C8A46D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 36.26º | 0.45% | 0.61% | - |
| HSV(B) | 36.26º | 0.46% | 0.78% | - |
| XYZ | 39.86 | 39.93 | 20.08 | - |
| YUV | 168.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 109 | 0 | 0.18 | 0.46 | 0.22 | 36.26 | 0.45 | 0.61 |
| Hex | C8 | A4 | 6D | 0 | 12 | 2E | 16 | 24 | 2D | 3D |
| Octal | 310 | 244 | 155 | 0 | 22 | 56 | 26 | 44 | 55 | 75 |
| Binary | 11001000 | 10100100 | 1101101 | 0 | 10010 | 101110 | 10110 | 100100 | 101101 | 111101 |
Color Harmonies of #C8A46D
Complementary color
Monochromatic Colors of #C8A46D
Black with #C8A46D
Text Example
Text Example
White with #C8A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A46D; }
p { color: rgb(200,164,109); }
H1.HeaderClassName
{
color: #C8A46D;
}
.AnyTagClassName
{
color: #C8A46D;
}
</style>
background-color css
<style>
a { background-color: #C8A46D; }
a { background-color: rgb(200,164,109); }
div.DivClassName
{
background-color: #C8A46D;
}
.BgClassName
{
background-color: #C8A46D;
}
</style>
border-color css
<style>
span { border-color: #C8A46D; }
span { border-color: rgb(200,164,109); }
td.TdClassName
{
border-color: #C8A46D;
}
.TagClassName
{
border-color: #C8A46D;
}
</style>