Shades of Putty #CBB370
Tints of Putty #CBB370
RGB
CMYK
RGB Variations
Color information
#CBB370 (or 0xCBB370) is known color: Putty. HEX triplet: CB, B3 and 70. RGB value is (203,179,112). Sum of RGB (Red+Green+Blue) = 203+179+112=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB370 is #344C8F. Grayscale: #B2B2B2. Windows color (decimal): -3427472 or 7386059. OLE color: 7386059.
HSL color Cylindrical-coordinate representation of color #CBB370: hue angle of 44.18º 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 #CBB370 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 112 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.20 |
| HSL | 44.18º | 0.47% | 0.62% | - |
| HSV(B) | 44.18º | 0.45% | 0.8% | - |
| XYZ | 43.67 | 46.11 | 21.93 | - |
| YUV | 178.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 112 | 0 | 0.12 | 0.45 | 0.20 | 44.18 | 0.47 | 0.62 |
| Hex | CB | B3 | 70 | 0 | C | 2D | 14 | 2C | 2F | 3E |
| Octal | 313 | 263 | 160 | 0 | 14 | 55 | 24 | 54 | 57 | 76 |
| Binary | 11001011 | 10110011 | 1110000 | 0 | 1100 | 101101 | 10100 | 101100 | 101111 | 111110 |
Color Harmonies of #CBB370
Complementary color
Monochromatic Colors of #CBB370
Black with #CBB370
Text Example
Text Example
White with #CBB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB370; }
p { color: rgb(203,179,112); }
H1.HeaderClassName
{
color: #CBB370;
}
.AnyTagClassName
{
color: #CBB370;
}
</style>
background-color css
<style>
a { background-color: #CBB370; }
a { background-color: rgb(203,179,112); }
div.DivClassName
{
background-color: #CBB370;
}
.BgClassName
{
background-color: #CBB370;
}
</style>
border-color css
<style>
span { border-color: #CBB370; }
span { border-color: rgb(203,179,112); }
td.TdClassName
{
border-color: #CBB370;
}
.TagClassName
{
border-color: #CBB370;
}
</style>