Shades of Putty #CBBA71
Tints of Putty #CBBA71
RGB
CMYK
RGB Variations
Color information
#CBBA71 (or 0xCBBA71) is known color: Putty. HEX triplet: CB, BA and 71. RGB value is (203,186,113). Sum of RGB (Red+Green+Blue) = 203+186+113=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBA71 is #34458E. Grayscale: #B7B7B7. Windows color (decimal): -3425679 or 7453387. OLE color: 7453387.
HSL color Cylindrical-coordinate representation of color #CBBA71: hue angle of 48.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 #CBBA71 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 113 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.20 |
| HSL | 48.67º | 0.46% | 0.62% | - |
| HSV(B) | 48.67º | 0.44% | 0.8% | - |
| XYZ | 45.17 | 49.01 | 22.7 | - |
| YUV | 182.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 113 | 0 | 0.08 | 0.44 | 0.20 | 48.67 | 0.46 | 0.62 |
| Hex | CB | BA | 71 | 0 | 8 | 2C | 14 | 31 | 2E | 3E |
| Octal | 313 | 272 | 161 | 0 | 10 | 54 | 24 | 61 | 56 | 76 |
| Binary | 11001011 | 10111010 | 1110001 | 0 | 1000 | 101100 | 10100 | 110001 | 101110 | 111110 |
Color Harmonies of #CBBA71
Complementary color
Monochromatic Colors of #CBBA71
Black with #CBBA71
Text Example
Text Example
White with #CBBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA71; }
p { color: rgb(203,186,113); }
H1.HeaderClassName
{
color: #CBBA71;
}
.AnyTagClassName
{
color: #CBBA71;
}
</style>
background-color css
<style>
a { background-color: #CBBA71; }
a { background-color: rgb(203,186,113); }
div.DivClassName
{
background-color: #CBBA71;
}
.BgClassName
{
background-color: #CBBA71;
}
</style>
border-color css
<style>
span { border-color: #CBBA71; }
span { border-color: rgb(203,186,113); }
td.TdClassName
{
border-color: #CBBA71;
}
.TagClassName
{
border-color: #CBBA71;
}
</style>