Shades of Putty #CBB76F
Tints of Putty #CBB76F
RGB
CMYK
RGB Variations
Color information
#CBB76F (or 0xCBB76F) is known color: Putty. HEX triplet: CB, B7 and 6F. RGB value is (203,183,111). Sum of RGB (Red+Green+Blue) = 203+183+111=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB76F is #344890. Grayscale: #B5B5B5. Windows color (decimal): -3426449 or 7321547. OLE color: 7321547.
HSL color Cylindrical-coordinate representation of color #CBB76F: hue angle of 46.96º 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 #CBB76F is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 111 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.20 |
| HSL | 46.96º | 0.47% | 0.62% | - |
| HSV(B) | 46.96º | 0.45% | 0.8% | - |
| XYZ | 44.43 | 47.71 | 21.91 | - |
| YUV | 180.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 111 | 0 | 0.10 | 0.45 | 0.20 | 46.96 | 0.47 | 0.62 |
| Hex | CB | B7 | 6F | 0 | A | 2D | 14 | 2F | 2F | 3E |
| Octal | 313 | 267 | 157 | 0 | 12 | 55 | 24 | 57 | 57 | 76 |
| Binary | 11001011 | 10110111 | 1101111 | 0 | 1010 | 101101 | 10100 | 101111 | 101111 | 111110 |
Color Harmonies of #CBB76F
Complementary color
Monochromatic Colors of #CBB76F
Black with #CBB76F
Text Example
Text Example
White with #CBB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB76F; }
p { color: rgb(203,183,111); }
H1.HeaderClassName
{
color: #CBB76F;
}
.AnyTagClassName
{
color: #CBB76F;
}
</style>
background-color css
<style>
a { background-color: #CBB76F; }
a { background-color: rgb(203,183,111); }
div.DivClassName
{
background-color: #CBB76F;
}
.BgClassName
{
background-color: #CBB76F;
}
</style>
border-color css
<style>
span { border-color: #CBB76F; }
span { border-color: rgb(203,183,111); }
td.TdClassName
{
border-color: #CBB76F;
}
.TagClassName
{
border-color: #CBB76F;
}
</style>