Shades of Putty #CBB16F
Tints of Putty #CBB16F
RGB
CMYK
RGB Variations
Color information
#CBB16F (or 0xCBB16F) is known color: Putty. HEX triplet: CB, B1 and 6F. RGB value is (203,177,111). Sum of RGB (Red+Green+Blue) = 203+177+111=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB16F is #344E90. Grayscale: #B1B1B1. Windows color (decimal): -3427985 or 7320011. OLE color: 7320011.
HSL color Cylindrical-coordinate representation of color #CBB16F: hue angle of 43.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBB16F is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 111 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.20 |
| HSL | 43.04º | 0.47% | 0.62% | - |
| HSV(B) | 43.04º | 0.45% | 0.8% | - |
| XYZ | 43.22 | 45.29 | 21.5 | - |
| YUV | 177.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 111 | 0 | 0.13 | 0.45 | 0.20 | 43.04 | 0.47 | 0.62 |
| Hex | CB | B1 | 6F | 0 | D | 2D | 14 | 2B | 2F | 3E |
| Octal | 313 | 261 | 157 | 0 | 15 | 55 | 24 | 53 | 57 | 76 |
| Binary | 11001011 | 10110001 | 1101111 | 0 | 1101 | 101101 | 10100 | 101011 | 101111 | 111110 |
Color Harmonies of #CBB16F
Complementary color
Monochromatic Colors of #CBB16F
Black with #CBB16F
Text Example
Text Example
White with #CBB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB16F; }
p { color: rgb(203,177,111); }
H1.HeaderClassName
{
color: #CBB16F;
}
.AnyTagClassName
{
color: #CBB16F;
}
</style>
background-color css
<style>
a { background-color: #CBB16F; }
a { background-color: rgb(203,177,111); }
div.DivClassName
{
background-color: #CBB16F;
}
.BgClassName
{
background-color: #CBB16F;
}
</style>
border-color css
<style>
span { border-color: #CBB16F; }
span { border-color: rgb(203,177,111); }
td.TdClassName
{
border-color: #CBB16F;
}
.TagClassName
{
border-color: #CBB16F;
}
</style>