Shades of Putty #CAB671
Tints of Putty #CAB671
RGB
CMYK
RGB Variations
Color information
#CAB671 (or 0xCAB671) is known color: Putty. HEX triplet: CA, B6 and 71. RGB value is (202,182,113). Sum of RGB (Red+Green+Blue) = 202+182+113=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB671 is #35498E. Grayscale: #B4B4B4. Windows color (decimal): -3492239 or 7452362. OLE color: 7452362.
HSL color Cylindrical-coordinate representation of color #CAB671: hue angle of 46.52º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAB671 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 113 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.21 |
| HSL | 46.52º | 0.46% | 0.62% | - |
| HSV(B) | 46.52º | 0.44% | 0.79% | - |
| XYZ | 44.07 | 47.2 | 22.41 | - |
| YUV | 180.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 113 | 0 | 0.10 | 0.44 | 0.21 | 46.52 | 0.46 | 0.62 |
| Hex | CA | B6 | 71 | 0 | A | 2C | 15 | 2F | 2E | 3E |
| Octal | 312 | 266 | 161 | 0 | 12 | 54 | 25 | 57 | 56 | 76 |
| Binary | 11001010 | 10110110 | 1110001 | 0 | 1010 | 101100 | 10101 | 101111 | 101110 | 111110 |
Color Harmonies of #CAB671
Complementary color
Monochromatic Colors of #CAB671
Black with #CAB671
Text Example
Text Example
White with #CAB671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB671; }
p { color: rgb(202,182,113); }
H1.HeaderClassName
{
color: #CAB671;
}
.AnyTagClassName
{
color: #CAB671;
}
</style>
background-color css
<style>
a { background-color: #CAB671; }
a { background-color: rgb(202,182,113); }
div.DivClassName
{
background-color: #CAB671;
}
.BgClassName
{
background-color: #CAB671;
}
</style>
border-color css
<style>
span { border-color: #CAB671; }
span { border-color: rgb(202,182,113); }
td.TdClassName
{
border-color: #CAB671;
}
.TagClassName
{
border-color: #CAB671;
}
</style>