Shades of Putty #CAA56D
Tints of Putty #CAA56D
RGB
CMYK
RGB Variations
Color information
#CAA56D (or 0xCAA56D) is known color: Putty. HEX triplet: CA, A5 and 6D. RGB value is (202,165,109). Sum of RGB (Red+Green+Blue) = 202+165+109=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA56D is #355A92. Grayscale: #A9A9A9. Windows color (decimal): -3496595 or 7185866. OLE color: 7185866.
HSL color Cylindrical-coordinate representation of color #CAA56D: hue angle of 36.13º 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 #CAA56D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.21 |
| HSL | 36.13º | 0.47% | 0.61% | - |
| HSV(B) | 36.13º | 0.46% | 0.79% | - |
| XYZ | 40.57 | 40.57 | 20.16 | - |
| YUV | 169.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 109 | 0 | 0.18 | 0.46 | 0.21 | 36.13 | 0.47 | 0.61 |
| Hex | CA | A5 | 6D | 0 | 12 | 2E | 15 | 24 | 2F | 3D |
| Octal | 312 | 245 | 155 | 0 | 22 | 56 | 25 | 44 | 57 | 75 |
| Binary | 11001010 | 10100101 | 1101101 | 0 | 10010 | 101110 | 10101 | 100100 | 101111 | 111101 |
Color Harmonies of #CAA56D
Complementary color
Monochromatic Colors of #CAA56D
Black with #CAA56D
Text Example
Text Example
White with #CAA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA56D; }
p { color: rgb(202,165,109); }
H1.HeaderClassName
{
color: #CAA56D;
}
.AnyTagClassName
{
color: #CAA56D;
}
</style>
background-color css
<style>
a { background-color: #CAA56D; }
a { background-color: rgb(202,165,109); }
div.DivClassName
{
background-color: #CAA56D;
}
.BgClassName
{
background-color: #CAA56D;
}
</style>
border-color css
<style>
span { border-color: #CAA56D; }
span { border-color: rgb(202,165,109); }
td.TdClassName
{
border-color: #CAA56D;
}
.TagClassName
{
border-color: #CAA56D;
}
</style>