Shades of Putty #C8AA69
Tints of Putty #C8AA69
RGB
CMYK
RGB Variations
Color information
#C8AA69 (or 0xC8AA69) is known color: Putty. HEX triplet: C8, AA and 69. RGB value is (200,170,105). Sum of RGB (Red+Green+Blue) = 200+170+105=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA69 is #375596. Grayscale: #ABABAB. Windows color (decimal): -3626391 or 6925000. OLE color: 6925000.
HSL color Cylindrical-coordinate representation of color #C8AA69: hue angle of 41.05º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8AA69 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 105 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.22 |
| HSL | 41.05º | 0.46% | 0.6% | - |
| HSV(B) | 41.05º | 0.48% | 0.78% | - |
| XYZ | 40.74 | 42.05 | 19.33 | - |
| YUV | 171.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 105 | 0 | 0.15 | 0.48 | 0.22 | 41.05 | 0.46 | 0.6 |
| Hex | C8 | AA | 69 | 0 | F | 30 | 16 | 29 | 2E | 3C |
| Octal | 310 | 252 | 151 | 0 | 17 | 60 | 26 | 51 | 56 | 74 |
| Binary | 11001000 | 10101010 | 1101001 | 0 | 1111 | 110000 | 10110 | 101001 | 101110 | 111100 |
Color Harmonies of #C8AA69
Complementary color
Monochromatic Colors of #C8AA69
Black with #C8AA69
Text Example
Text Example
White with #C8AA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA69; }
p { color: rgb(200,170,105); }
H1.HeaderClassName
{
color: #C8AA69;
}
.AnyTagClassName
{
color: #C8AA69;
}
</style>
background-color css
<style>
a { background-color: #C8AA69; }
a { background-color: rgb(200,170,105); }
div.DivClassName
{
background-color: #C8AA69;
}
.BgClassName
{
background-color: #C8AA69;
}
</style>
border-color css
<style>
span { border-color: #C8AA69; }
span { border-color: rgb(200,170,105); }
td.TdClassName
{
border-color: #C8AA69;
}
.TagClassName
{
border-color: #C8AA69;
}
</style>