Shades of Putty #CBB672
Tints of Putty #CBB672
RGB
CMYK
RGB Variations
Color information
#CBB672 (or 0xCBB672) is known color: Putty. HEX triplet: CB, B6 and 72. RGB value is (203,182,114). Sum of RGB (Red+Green+Blue) = 203+182+114=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB672 is #34498D. Grayscale: #B4B4B4. Windows color (decimal): -3426702 or 7517899. OLE color: 7517899.
HSL color Cylindrical-coordinate representation of color #CBB672: hue angle of 45.84º 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 #CBB672 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 114 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.20 |
| HSL | 45.84º | 0.46% | 0.62% | - |
| HSV(B) | 45.84º | 0.44% | 0.8% | - |
| XYZ | 44.39 | 47.37 | 22.72 | - |
| YUV | 180.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 114 | 0 | 0.10 | 0.44 | 0.20 | 45.84 | 0.46 | 0.62 |
| Hex | CB | B6 | 72 | 0 | A | 2C | 14 | 2E | 2E | 3E |
| Octal | 313 | 266 | 162 | 0 | 12 | 54 | 24 | 56 | 56 | 76 |
| Binary | 11001011 | 10110110 | 1110010 | 0 | 1010 | 101100 | 10100 | 101110 | 101110 | 111110 |
Color Harmonies of #CBB672
Complementary color
Monochromatic Colors of #CBB672
Black with #CBB672
Text Example
Text Example
White with #CBB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB672; }
p { color: rgb(203,182,114); }
H1.HeaderClassName
{
color: #CBB672;
}
.AnyTagClassName
{
color: #CBB672;
}
</style>
background-color css
<style>
a { background-color: #CBB672; }
a { background-color: rgb(203,182,114); }
div.DivClassName
{
background-color: #CBB672;
}
.BgClassName
{
background-color: #CBB672;
}
</style>
border-color css
<style>
span { border-color: #CBB672; }
span { border-color: rgb(203,182,114); }
td.TdClassName
{
border-color: #CBB672;
}
.TagClassName
{
border-color: #CBB672;
}
</style>