Shades of Putty #CAB36E
Tints of Putty #CAB36E
RGB
CMYK
RGB Variations
Color information
#CAB36E (or 0xCAB36E) is known color: Putty. HEX triplet: CA, B3 and 6E. RGB value is (202,179,110). Sum of RGB (Red+Green+Blue) = 202+179+110=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36E is #354C91. Grayscale: #B2B2B2. Windows color (decimal): -3493010 or 7254986. OLE color: 7254986.
HSL color Cylindrical-coordinate representation of color #CAB36E: hue angle of 45º degrees, saturation: 0.46, 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 #CAB36E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 110 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.21 |
| HSL | 45º | 0.46% | 0.61% | - |
| HSV(B) | 45º | 0.46% | 0.79% | - |
| XYZ | 43.29 | 45.92 | 21.33 | - |
| YUV | 178.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 110 | 0 | 0.11 | 0.46 | 0.21 | 45 | 0.46 | 0.61 |
| Hex | CA | B3 | 6E | 0 | B | 2E | 15 | 2D | 2E | 3D |
| Octal | 312 | 263 | 156 | 0 | 13 | 56 | 25 | 55 | 56 | 75 |
| Binary | 11001010 | 10110011 | 1101110 | 0 | 1011 | 101110 | 10101 | 101101 | 101110 | 111101 |
Color Harmonies of #CAB36E
Complementary color
Monochromatic Colors of #CAB36E
Black with #CAB36E
Text Example
Text Example
White with #CAB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB36E; }
p { color: rgb(202,179,110); }
H1.HeaderClassName
{
color: #CAB36E;
}
.AnyTagClassName
{
color: #CAB36E;
}
</style>
background-color css
<style>
a { background-color: #CAB36E; }
a { background-color: rgb(202,179,110); }
div.DivClassName
{
background-color: #CAB36E;
}
.BgClassName
{
background-color: #CAB36E;
}
</style>
border-color css
<style>
span { border-color: #CAB36E; }
span { border-color: rgb(202,179,110); }
td.TdClassName
{
border-color: #CAB36E;
}
.TagClassName
{
border-color: #CAB36E;
}
</style>