Shades of Putty #CBB671
Tints of Putty #CBB671
RGB
CMYK
RGB Variations
Color information
#CBB671 (or 0xCBB671) is known color: Putty. HEX triplet: CB, B6 and 71. RGB value is (203,182,113). Sum of RGB (Red+Green+Blue) = 203+182+113=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB671 is #34498E. Grayscale: #B4B4B4. Windows color (decimal): -3426703 or 7452363. OLE color: 7452363.
HSL color Cylindrical-coordinate representation of color #CBB671: hue angle of 46º 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 #CBB671 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 113 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.20 |
| HSL | 46º | 0.46% | 0.62% | - |
| HSV(B) | 46º | 0.44% | 0.8% | - |
| XYZ | 44.34 | 47.34 | 22.42 | - |
| YUV | 180.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 113 | 0 | 0.10 | 0.44 | 0.20 | 46 | 0.46 | 0.62 |
| Hex | CB | B6 | 71 | 0 | A | 2C | 14 | 2E | 2E | 3E |
| Octal | 313 | 266 | 161 | 0 | 12 | 54 | 24 | 56 | 56 | 76 |
| Binary | 11001011 | 10110110 | 1110001 | 0 | 1010 | 101100 | 10100 | 101110 | 101110 | 111110 |
Color Harmonies of #CBB671
Complementary color
Monochromatic Colors of #CBB671
Black with #CBB671
Text Example
Text Example
White with #CBB671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB671; }
p { color: rgb(203,182,113); }
H1.HeaderClassName
{
color: #CBB671;
}
.AnyTagClassName
{
color: #CBB671;
}
</style>
background-color css
<style>
a { background-color: #CBB671; }
a { background-color: rgb(203,182,113); }
div.DivClassName
{
background-color: #CBB671;
}
.BgClassName
{
background-color: #CBB671;
}
</style>
border-color css
<style>
span { border-color: #CBB671; }
span { border-color: rgb(203,182,113); }
td.TdClassName
{
border-color: #CBB671;
}
.TagClassName
{
border-color: #CBB671;
}
</style>