Shades of Putty #CAA76D
Tints of Putty #CAA76D
RGB
CMYK
RGB Variations
Color information
#CAA76D (or 0xCAA76D) is known color: Putty. HEX triplet: CA, A7 and 6D. RGB value is (202,167,109). Sum of RGB (Red+Green+Blue) = 202+167+109=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA76D is #355892. Grayscale: #ABABAB. Windows color (decimal): -3496083 or 7186378. OLE color: 7186378.
HSL color Cylindrical-coordinate representation of color #CAA76D: hue angle of 37.42º degrees, saturation: 0.47, 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 #CAA76D is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 109 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.21 |
| HSL | 37.42º | 0.47% | 0.61% | - |
| HSV(B) | 37.42º | 0.46% | 0.79% | - |
| XYZ | 40.94 | 41.3 | 20.28 | - |
| YUV | 170.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 109 | 0 | 0.17 | 0.46 | 0.21 | 37.42 | 0.47 | 0.61 |
| Hex | CA | A7 | 6D | 0 | 11 | 2E | 15 | 25 | 2F | 3D |
| Octal | 312 | 247 | 155 | 0 | 21 | 56 | 25 | 45 | 57 | 75 |
| Binary | 11001010 | 10100111 | 1101101 | 0 | 10001 | 101110 | 10101 | 100101 | 101111 | 111101 |
Color Harmonies of #CAA76D
Complementary color
Monochromatic Colors of #CAA76D
Black with #CAA76D
Text Example
Text Example
White with #CAA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA76D; }
p { color: rgb(202,167,109); }
H1.HeaderClassName
{
color: #CAA76D;
}
.AnyTagClassName
{
color: #CAA76D;
}
</style>
background-color css
<style>
a { background-color: #CAA76D; }
a { background-color: rgb(202,167,109); }
div.DivClassName
{
background-color: #CAA76D;
}
.BgClassName
{
background-color: #CAA76D;
}
</style>
border-color css
<style>
span { border-color: #CAA76D; }
span { border-color: rgb(202,167,109); }
td.TdClassName
{
border-color: #CAA76D;
}
.TagClassName
{
border-color: #CAA76D;
}
</style>