Shades of Putty #CAA773
Tints of Putty #CAA773
RGB
CMYK
RGB Variations
Color information
#CAA773 (or 0xCAA773) is known color: Putty. HEX triplet: CA, A7 and 73. RGB value is (202,167,115). Sum of RGB (Red+Green+Blue) = 202+167+115=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA773 is #35588C. Grayscale: #ABABAB. Windows color (decimal): -3496077 or 7579594. OLE color: 7579594.
HSL color Cylindrical-coordinate representation of color #CAA773: hue angle of 35.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAA773 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 115 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.21 |
| HSL | 35.86º | 0.45% | 0.62% | - |
| HSV(B) | 35.86º | 0.43% | 0.79% | - |
| XYZ | 41.27 | 41.43 | 22.04 | - |
| YUV | 171.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 115 | 0 | 0.17 | 0.43 | 0.21 | 35.86 | 0.45 | 0.62 |
| Hex | CA | A7 | 73 | 0 | 11 | 2B | 15 | 24 | 2D | 3E |
| Octal | 312 | 247 | 163 | 0 | 21 | 53 | 25 | 44 | 55 | 76 |
| Binary | 11001010 | 10100111 | 1110011 | 0 | 10001 | 101011 | 10101 | 100100 | 101101 | 111110 |
Color Harmonies of #CAA773
Complementary color
Monochromatic Colors of #CAA773
Black with #CAA773
Text Example
Text Example
White with #CAA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA773; }
p { color: rgb(202,167,115); }
H1.HeaderClassName
{
color: #CAA773;
}
.AnyTagClassName
{
color: #CAA773;
}
</style>
background-color css
<style>
a { background-color: #CAA773; }
a { background-color: rgb(202,167,115); }
div.DivClassName
{
background-color: #CAA773;
}
.BgClassName
{
background-color: #CAA773;
}
</style>
border-color css
<style>
span { border-color: #CAA773; }
span { border-color: rgb(202,167,115); }
td.TdClassName
{
border-color: #CAA773;
}
.TagClassName
{
border-color: #CAA773;
}
</style>