Shades of Putty #CBB16E
Tints of Putty #CBB16E
RGB
CMYK
RGB Variations
Color information
#CBB16E (or 0xCBB16E) is known color: Putty. HEX triplet: CB, B1 and 6E. RGB value is (203,177,110). Sum of RGB (Red+Green+Blue) = 203+177+110=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB16E is #344E91. Grayscale: #B1B1B1. Windows color (decimal): -3427986 or 7254475. OLE color: 7254475.
HSL color Cylindrical-coordinate representation of color #CBB16E: hue angle of 43.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBB16E is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 110 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.20 |
| HSL | 43.23º | 0.47% | 0.61% | - |
| HSV(B) | 43.23º | 0.46% | 0.8% | - |
| XYZ | 43.17 | 45.27 | 21.21 | - |
| YUV | 177.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 110 | 0 | 0.13 | 0.46 | 0.20 | 43.23 | 0.47 | 0.61 |
| Hex | CB | B1 | 6E | 0 | D | 2E | 14 | 2B | 2F | 3D |
| Octal | 313 | 261 | 156 | 0 | 15 | 56 | 24 | 53 | 57 | 75 |
| Binary | 11001011 | 10110001 | 1101110 | 0 | 1101 | 101110 | 10100 | 101011 | 101111 | 111101 |
Color Harmonies of #CBB16E
Complementary color
Monochromatic Colors of #CBB16E
Black with #CBB16E
Text Example
Text Example
White with #CBB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB16E; }
p { color: rgb(203,177,110); }
H1.HeaderClassName
{
color: #CBB16E;
}
.AnyTagClassName
{
color: #CBB16E;
}
</style>
background-color css
<style>
a { background-color: #CBB16E; }
a { background-color: rgb(203,177,110); }
div.DivClassName
{
background-color: #CBB16E;
}
.BgClassName
{
background-color: #CBB16E;
}
</style>
border-color css
<style>
span { border-color: #CBB16E; }
span { border-color: rgb(203,177,110); }
td.TdClassName
{
border-color: #CBB16E;
}
.TagClassName
{
border-color: #CBB16E;
}
</style>