Shades of Putty #CBB36D
Tints of Putty #CBB36D
RGB
CMYK
RGB Variations
Color information
#CBB36D (or 0xCBB36D) is known color: Putty. HEX triplet: CB, B3 and 6D. RGB value is (203,179,109). Sum of RGB (Red+Green+Blue) = 203+179+109=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36D is #344C92. Grayscale: #B2B2B2. Windows color (decimal): -3427475 or 7189451. OLE color: 7189451.
HSL color Cylindrical-coordinate representation of color #CBB36D: hue angle of 44.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBB36D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 109 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.20 |
| HSL | 44.68º | 0.47% | 0.61% | - |
| HSV(B) | 44.68º | 0.46% | 0.8% | - |
| XYZ | 43.51 | 46.04 | 21.06 | - |
| YUV | 178.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 109 | 0 | 0.12 | 0.46 | 0.20 | 44.68 | 0.47 | 0.61 |
| Hex | CB | B3 | 6D | 0 | C | 2E | 14 | 2D | 2F | 3D |
| Octal | 313 | 263 | 155 | 0 | 14 | 56 | 24 | 55 | 57 | 75 |
| Binary | 11001011 | 10110011 | 1101101 | 0 | 1100 | 101110 | 10100 | 101101 | 101111 | 111101 |
Color Harmonies of #CBB36D
Complementary color
Monochromatic Colors of #CBB36D
Black with #CBB36D
Text Example
Text Example
White with #CBB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB36D; }
p { color: rgb(203,179,109); }
H1.HeaderClassName
{
color: #CBB36D;
}
.AnyTagClassName
{
color: #CBB36D;
}
</style>
background-color css
<style>
a { background-color: #CBB36D; }
a { background-color: rgb(203,179,109); }
div.DivClassName
{
background-color: #CBB36D;
}
.BgClassName
{
background-color: #CBB36D;
}
</style>
border-color css
<style>
span { border-color: #CBB36D; }
span { border-color: rgb(203,179,109); }
td.TdClassName
{
border-color: #CBB36D;
}
.TagClassName
{
border-color: #CBB36D;
}
</style>