Shades of Putty #CBA371
Tints of Putty #CBA371
RGB
CMYK
RGB Variations
Color information
#CBA371 (or 0xCBA371) is known color: Putty. HEX triplet: CB, A3 and 71. RGB value is (203,163,113). Sum of RGB (Red+Green+Blue) = 203+163+113=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA371 is #345C8E. Grayscale: #A9A9A9. Windows color (decimal): -3431567 or 7447499. OLE color: 7447499.
HSL color Cylindrical-coordinate representation of color #CBA371: hue angle of 33.33º 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 #CBA371 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 113 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.20 |
| HSL | 33.33º | 0.46% | 0.62% | - |
| HSV(B) | 33.33º | 0.44% | 0.8% | - |
| XYZ | 40.71 | 40.08 | 21.21 | - |
| YUV | 169.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 113 | 0 | 0.20 | 0.44 | 0.20 | 33.33 | 0.46 | 0.62 |
| Hex | CB | A3 | 71 | 0 | 14 | 2C | 14 | 21 | 2E | 3E |
| Octal | 313 | 243 | 161 | 0 | 24 | 54 | 24 | 41 | 56 | 76 |
| Binary | 11001011 | 10100011 | 1110001 | 0 | 10100 | 101100 | 10100 | 100001 | 101110 | 111110 |
Color Harmonies of #CBA371
Complementary color
Monochromatic Colors of #CBA371
Black with #CBA371
Text Example
Text Example
White with #CBA371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA371; }
p { color: rgb(203,163,113); }
H1.HeaderClassName
{
color: #CBA371;
}
.AnyTagClassName
{
color: #CBA371;
}
</style>
background-color css
<style>
a { background-color: #CBA371; }
a { background-color: rgb(203,163,113); }
div.DivClassName
{
background-color: #CBA371;
}
.BgClassName
{
background-color: #CBA371;
}
</style>
border-color css
<style>
span { border-color: #CBA371; }
span { border-color: rgb(203,163,113); }
td.TdClassName
{
border-color: #CBA371;
}
.TagClassName
{
border-color: #CBA371;
}
</style>