Shades of Putty #CAB772
Tints of Putty #CAB772
RGB
CMYK
RGB Variations
Color information
#CAB772 (or 0xCAB772) is known color: Putty. HEX triplet: CA, B7 and 72. RGB value is (202,183,114). Sum of RGB (Red+Green+Blue) = 202+183+114=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB772 is #35488D. Grayscale: #B5B5B5. Windows color (decimal): -3491982 or 7518154. OLE color: 7518154.
HSL color Cylindrical-coordinate representation of color #CAB772: hue angle of 47.05º degrees, saturation: 0.45, 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 #CAB772 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 114 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.21 |
| HSL | 47.05º | 0.45% | 0.62% | - |
| HSV(B) | 47.05º | 0.44% | 0.79% | - |
| XYZ | 44.33 | 47.64 | 22.78 | - |
| YUV | 180.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 114 | 0 | 0.09 | 0.44 | 0.21 | 47.05 | 0.45 | 0.62 |
| Hex | CA | B7 | 72 | 0 | 9 | 2C | 15 | 2F | 2D | 3E |
| Octal | 312 | 267 | 162 | 0 | 11 | 54 | 25 | 57 | 55 | 76 |
| Binary | 11001010 | 10110111 | 1110010 | 0 | 1001 | 101100 | 10101 | 101111 | 101101 | 111110 |
Color Harmonies of #CAB772
Complementary color
Monochromatic Colors of #CAB772
Black with #CAB772
Text Example
Text Example
White with #CAB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB772; }
p { color: rgb(202,183,114); }
H1.HeaderClassName
{
color: #CAB772;
}
.AnyTagClassName
{
color: #CAB772;
}
</style>
background-color css
<style>
a { background-color: #CAB772; }
a { background-color: rgb(202,183,114); }
div.DivClassName
{
background-color: #CAB772;
}
.BgClassName
{
background-color: #CAB772;
}
</style>
border-color css
<style>
span { border-color: #CAB772; }
span { border-color: rgb(202,183,114); }
td.TdClassName
{
border-color: #CAB772;
}
.TagClassName
{
border-color: #CAB772;
}
</style>