Shades of Putty #CAA56F
Tints of Putty #CAA56F
RGB
CMYK
RGB Variations
Color information
#CAA56F (or 0xCAA56F) is known color: Putty. HEX triplet: CA, A5 and 6F. RGB value is (202,165,111). Sum of RGB (Red+Green+Blue) = 202+165+111=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA56F is #355A90. Grayscale: #AAAAAA. Windows color (decimal): -3496593 or 7316938. OLE color: 7316938.
HSL color Cylindrical-coordinate representation of color #CAA56F: hue angle of 35.6º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAA56F is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 111 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.21 |
| HSL | 35.6º | 0.46% | 0.61% | - |
| HSV(B) | 35.6º | 0.45% | 0.79% | - |
| XYZ | 40.68 | 40.61 | 20.73 | - |
| YUV | 169.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 111 | 0 | 0.18 | 0.45 | 0.21 | 35.6 | 0.46 | 0.61 |
| Hex | CA | A5 | 6F | 0 | 12 | 2D | 15 | 24 | 2E | 3D |
| Octal | 312 | 245 | 157 | 0 | 22 | 55 | 25 | 44 | 56 | 75 |
| Binary | 11001010 | 10100101 | 1101111 | 0 | 10010 | 101101 | 10101 | 100100 | 101110 | 111101 |
Color Harmonies of #CAA56F
Complementary color
Monochromatic Colors of #CAA56F
Black with #CAA56F
Text Example
Text Example
White with #CAA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA56F; }
p { color: rgb(202,165,111); }
H1.HeaderClassName
{
color: #CAA56F;
}
.AnyTagClassName
{
color: #CAA56F;
}
</style>
background-color css
<style>
a { background-color: #CAA56F; }
a { background-color: rgb(202,165,111); }
div.DivClassName
{
background-color: #CAA56F;
}
.BgClassName
{
background-color: #CAA56F;
}
</style>
border-color css
<style>
span { border-color: #CAA56F; }
span { border-color: rgb(202,165,111); }
td.TdClassName
{
border-color: #CAA56F;
}
.TagClassName
{
border-color: #CAA56F;
}
</style>