Shades of Putty #CBB271
Tints of Putty #CBB271
RGB
CMYK
RGB Variations
Color information
#CBB271 (or 0xCBB271) is known color: Putty. HEX triplet: CB, B2 and 71. RGB value is (203,178,113). Sum of RGB (Red+Green+Blue) = 203+178+113=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB271 is #344D8E. Grayscale: #B2B2B2. Windows color (decimal): -3427727 or 7451339. OLE color: 7451339.
HSL color Cylindrical-coordinate representation of color #CBB271: hue angle of 43.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 #CBB271 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 113 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.20 |
| HSL | 43.33º | 0.46% | 0.62% | - |
| HSV(B) | 43.33º | 0.44% | 0.8% | - |
| XYZ | 43.53 | 45.73 | 22.16 | - |
| YUV | 178.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 113 | 0 | 0.12 | 0.44 | 0.20 | 43.33 | 0.46 | 0.62 |
| Hex | CB | B2 | 71 | 0 | C | 2C | 14 | 2B | 2E | 3E |
| Octal | 313 | 262 | 161 | 0 | 14 | 54 | 24 | 53 | 56 | 76 |
| Binary | 11001011 | 10110010 | 1110001 | 0 | 1100 | 101100 | 10100 | 101011 | 101110 | 111110 |
Color Harmonies of #CBB271
Complementary color
Monochromatic Colors of #CBB271
Black with #CBB271
Text Example
Text Example
White with #CBB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB271; }
p { color: rgb(203,178,113); }
H1.HeaderClassName
{
color: #CBB271;
}
.AnyTagClassName
{
color: #CBB271;
}
</style>
background-color css
<style>
a { background-color: #CBB271; }
a { background-color: rgb(203,178,113); }
div.DivClassName
{
background-color: #CBB271;
}
.BgClassName
{
background-color: #CBB271;
}
</style>
border-color css
<style>
span { border-color: #CBB271; }
span { border-color: rgb(203,178,113); }
td.TdClassName
{
border-color: #CBB271;
}
.TagClassName
{
border-color: #CBB271;
}
</style>