Shades of Putty #CAA46B
Tints of Putty #CAA46B
RGB
CMYK
RGB Variations
Color information
#CAA46B (or 0xCAA46B) is known color: Putty. HEX triplet: CA, A4 and 6B. RGB value is (202,164,107). Sum of RGB (Red+Green+Blue) = 202+164+107=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA46B is #355B94. Grayscale: #A9A9A9. Windows color (decimal): -3496853 or 7054538. OLE color: 7054538.
HSL color Cylindrical-coordinate representation of color #CAA46B: hue angle of 36º 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 #CAA46B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 107 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.21 |
| HSL | 36º | 0.47% | 0.61% | - |
| HSV(B) | 36º | 0.47% | 0.79% | - |
| XYZ | 40.29 | 40.17 | 19.54 | - |
| YUV | 168.86 | 93.09 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 107 | 0 | 0.19 | 0.47 | 0.21 | 36 | 0.47 | 0.61 |
| Hex | CA | A4 | 6B | 0 | 13 | 2F | 15 | 24 | 2F | 3D |
| Octal | 312 | 244 | 153 | 0 | 23 | 57 | 25 | 44 | 57 | 75 |
| Binary | 11001010 | 10100100 | 1101011 | 0 | 10011 | 101111 | 10101 | 100100 | 101111 | 111101 |
Color Harmonies of #CAA46B
Complementary color
Monochromatic Colors of #CAA46B
Black with #CAA46B
Text Example
Text Example
White with #CAA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA46B; }
p { color: rgb(202,164,107); }
H1.HeaderClassName
{
color: #CAA46B;
}
.AnyTagClassName
{
color: #CAA46B;
}
</style>
background-color css
<style>
a { background-color: #CAA46B; }
a { background-color: rgb(202,164,107); }
div.DivClassName
{
background-color: #CAA46B;
}
.BgClassName
{
background-color: #CAA46B;
}
</style>
border-color css
<style>
span { border-color: #CAA46B; }
span { border-color: rgb(202,164,107); }
td.TdClassName
{
border-color: #CAA46B;
}
.TagClassName
{
border-color: #CAA46B;
}
</style>