Shades of Putty #CBB772
Tints of Putty #CBB772
RGB
CMYK
RGB Variations
Color information
#CBB772 (or 0xCBB772) is known color: Putty. HEX triplet: CB, B7 and 72. RGB value is (203,183,114). Sum of RGB (Red+Green+Blue) = 203+183+114=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB772 is #34488D. Grayscale: #B5B5B5. Windows color (decimal): -3426446 or 7518155. OLE color: 7518155.
HSL color Cylindrical-coordinate representation of color #CBB772: hue angle of 46.52º 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 #CBB772 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 114 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.20 |
| HSL | 46.52º | 0.46% | 0.62% | - |
| HSV(B) | 46.52º | 0.44% | 0.8% | - |
| XYZ | 44.6 | 47.78 | 22.79 | - |
| YUV | 181.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 114 | 0 | 0.10 | 0.44 | 0.20 | 46.52 | 0.46 | 0.62 |
| Hex | CB | B7 | 72 | 0 | A | 2C | 14 | 2F | 2E | 3E |
| Octal | 313 | 267 | 162 | 0 | 12 | 54 | 24 | 57 | 56 | 76 |
| Binary | 11001011 | 10110111 | 1110010 | 0 | 1010 | 101100 | 10100 | 101111 | 101110 | 111110 |
Color Harmonies of #CBB772
Complementary color
Monochromatic Colors of #CBB772
Black with #CBB772
Text Example
Text Example
White with #CBB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB772; }
p { color: rgb(203,183,114); }
H1.HeaderClassName
{
color: #CBB772;
}
.AnyTagClassName
{
color: #CBB772;
}
</style>
background-color css
<style>
a { background-color: #CBB772; }
a { background-color: rgb(203,183,114); }
div.DivClassName
{
background-color: #CBB772;
}
.BgClassName
{
background-color: #CBB772;
}
</style>
border-color css
<style>
span { border-color: #CBB772; }
span { border-color: rgb(203,183,114); }
td.TdClassName
{
border-color: #CBB772;
}
.TagClassName
{
border-color: #CBB772;
}
</style>