Shades of Putty #CAA76C
Tints of Putty #CAA76C
RGB
CMYK
RGB Variations
Color information
#CAA76C (or 0xCAA76C) is known color: Putty. HEX triplet: CA, A7 and 6C. RGB value is (202,167,108). Sum of RGB (Red+Green+Blue) = 202+167+108=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA76C is #355893. Grayscale: #ABABAB. Windows color (decimal): -3496084 or 7120842. OLE color: 7120842.
HSL color Cylindrical-coordinate representation of color #CAA76C: hue angle of 37.66º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAA76C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 108 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.21 |
| HSL | 37.66º | 0.47% | 0.61% | - |
| HSV(B) | 37.66º | 0.47% | 0.79% | - |
| XYZ | 40.88 | 41.28 | 20 | - |
| YUV | 170.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 108 | 0 | 0.17 | 0.47 | 0.21 | 37.66 | 0.47 | 0.61 |
| Hex | CA | A7 | 6C | 0 | 11 | 2F | 15 | 26 | 2F | 3D |
| Octal | 312 | 247 | 154 | 0 | 21 | 57 | 25 | 46 | 57 | 75 |
| Binary | 11001010 | 10100111 | 1101100 | 0 | 10001 | 101111 | 10101 | 100110 | 101111 | 111101 |
Color Harmonies of #CAA76C
Complementary color
Monochromatic Colors of #CAA76C
Black with #CAA76C
Text Example
Text Example
White with #CAA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA76C; }
p { color: rgb(202,167,108); }
H1.HeaderClassName
{
color: #CAA76C;
}
.AnyTagClassName
{
color: #CAA76C;
}
</style>
background-color css
<style>
a { background-color: #CAA76C; }
a { background-color: rgb(202,167,108); }
div.DivClassName
{
background-color: #CAA76C;
}
.BgClassName
{
background-color: #CAA76C;
}
</style>
border-color css
<style>
span { border-color: #CAA76C; }
span { border-color: rgb(202,167,108); }
td.TdClassName
{
border-color: #CAA76C;
}
.TagClassName
{
border-color: #CAA76C;
}
</style>