Shades of Putty #CAA86B
Tints of Putty #CAA86B
RGB
CMYK
RGB Variations
Color information
#CAA86B (or 0xCAA86B) is known color: Putty. HEX triplet: CA, A8 and 6B. RGB value is (202,168,107). Sum of RGB (Red+Green+Blue) = 202+168+107=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA86B is #355794. Grayscale: #ABABAB. Windows color (decimal): -3495829 or 7055562. OLE color: 7055562.
HSL color Cylindrical-coordinate representation of color #CAA86B: hue angle of 38.53º 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 #CAA86B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 107 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.21 |
| HSL | 38.53º | 0.47% | 0.61% | - |
| HSV(B) | 38.53º | 0.47% | 0.79% | - |
| XYZ | 41.01 | 41.62 | 19.78 | - |
| YUV | 171.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 107 | 0 | 0.17 | 0.47 | 0.21 | 38.53 | 0.47 | 0.61 |
| Hex | CA | A8 | 6B | 0 | 11 | 2F | 15 | 27 | 2F | 3D |
| Octal | 312 | 250 | 153 | 0 | 21 | 57 | 25 | 47 | 57 | 75 |
| Binary | 11001010 | 10101000 | 1101011 | 0 | 10001 | 101111 | 10101 | 100111 | 101111 | 111101 |
Color Harmonies of #CAA86B
Complementary color
Monochromatic Colors of #CAA86B
Black with #CAA86B
Text Example
Text Example
White with #CAA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA86B; }
p { color: rgb(202,168,107); }
H1.HeaderClassName
{
color: #CAA86B;
}
.AnyTagClassName
{
color: #CAA86B;
}
</style>
background-color css
<style>
a { background-color: #CAA86B; }
a { background-color: rgb(202,168,107); }
div.DivClassName
{
background-color: #CAA86B;
}
.BgClassName
{
background-color: #CAA86B;
}
</style>
border-color css
<style>
span { border-color: #CAA86B; }
span { border-color: rgb(202,168,107); }
td.TdClassName
{
border-color: #CAA86B;
}
.TagClassName
{
border-color: #CAA86B;
}
</style>