Shades of Putty #CAB573
Tints of Putty #CAB573
RGB
CMYK
RGB Variations
Color information
#CAB573 (or 0xCAB573) is known color: Putty. HEX triplet: CA, B5 and 73. RGB value is (202,181,115). Sum of RGB (Red+Green+Blue) = 202+181+115=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB573 is #354A8C. Grayscale: #B4B4B4. Windows color (decimal): -3492493 or 7583178. OLE color: 7583178.
HSL color Cylindrical-coordinate representation of color #CAB573: hue angle of 45.52º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAB573 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 115 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.21 |
| HSL | 45.52º | 0.45% | 0.62% | - |
| HSV(B) | 45.52º | 0.43% | 0.79% | - |
| XYZ | 43.98 | 46.84 | 22.94 | - |
| YUV | 179.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 115 | 0 | 0.10 | 0.43 | 0.21 | 45.52 | 0.45 | 0.62 |
| Hex | CA | B5 | 73 | 0 | A | 2B | 15 | 2E | 2D | 3E |
| Octal | 312 | 265 | 163 | 0 | 12 | 53 | 25 | 56 | 55 | 76 |
| Binary | 11001010 | 10110101 | 1110011 | 0 | 1010 | 101011 | 10101 | 101110 | 101101 | 111110 |
Color Harmonies of #CAB573
Complementary color
Monochromatic Colors of #CAB573
Black with #CAB573
Text Example
Text Example
White with #CAB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB573; }
p { color: rgb(202,181,115); }
H1.HeaderClassName
{
color: #CAB573;
}
.AnyTagClassName
{
color: #CAB573;
}
</style>
background-color css
<style>
a { background-color: #CAB573; }
a { background-color: rgb(202,181,115); }
div.DivClassName
{
background-color: #CAB573;
}
.BgClassName
{
background-color: #CAB573;
}
</style>
border-color css
<style>
span { border-color: #CAB573; }
span { border-color: rgb(202,181,115); }
td.TdClassName
{
border-color: #CAB573;
}
.TagClassName
{
border-color: #CAB573;
}
</style>