Shades of Putty #CBAB71
Tints of Putty #CBAB71
RGB
CMYK
RGB Variations
Color information
#CBAB71 (or 0xCBAB71) is known color: Putty. HEX triplet: CB, AB and 71. RGB value is (203,171,113). Sum of RGB (Red+Green+Blue) = 203+171+113=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB71 is #34548E. Grayscale: #AEAEAE. Windows color (decimal): -3429519 or 7449547. OLE color: 7449547.
HSL color Cylindrical-coordinate representation of color #CBAB71: hue angle of 38.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBAB71 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 113 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.20 |
| HSL | 38.67º | 0.46% | 0.62% | - |
| HSV(B) | 38.67º | 0.44% | 0.8% | - |
| XYZ | 42.17 | 43.01 | 21.7 | - |
| YUV | 173.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 113 | 0 | 0.16 | 0.44 | 0.20 | 38.67 | 0.46 | 0.62 |
| Hex | CB | AB | 71 | 0 | 10 | 2C | 14 | 27 | 2E | 3E |
| Octal | 313 | 253 | 161 | 0 | 20 | 54 | 24 | 47 | 56 | 76 |
| Binary | 11001011 | 10101011 | 1110001 | 0 | 10000 | 101100 | 10100 | 100111 | 101110 | 111110 |
Color Harmonies of #CBAB71
Complementary color
Monochromatic Colors of #CBAB71
Black with #CBAB71
Text Example
Text Example
White with #CBAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB71; }
p { color: rgb(203,171,113); }
H1.HeaderClassName
{
color: #CBAB71;
}
.AnyTagClassName
{
color: #CBAB71;
}
</style>
background-color css
<style>
a { background-color: #CBAB71; }
a { background-color: rgb(203,171,113); }
div.DivClassName
{
background-color: #CBAB71;
}
.BgClassName
{
background-color: #CBAB71;
}
</style>
border-color css
<style>
span { border-color: #CBAB71; }
span { border-color: rgb(203,171,113); }
td.TdClassName
{
border-color: #CBAB71;
}
.TagClassName
{
border-color: #CBAB71;
}
</style>