Shades of Putty #CBB06D
Tints of Putty #CBB06D
RGB
CMYK
RGB Variations
Color information
#CBB06D (or 0xCBB06D) is known color: Putty. HEX triplet: CB, B0 and 6D. RGB value is (203,176,109). Sum of RGB (Red+Green+Blue) = 203+176+109=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB06D is #344F92. Grayscale: #B0B0B0. Windows color (decimal): -3428243 or 7188683. OLE color: 7188683.
HSL color Cylindrical-coordinate representation of color #CBB06D: hue angle of 42.77º 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 #CBB06D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 109 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.20 |
| HSL | 42.77º | 0.47% | 0.61% | - |
| HSV(B) | 42.77º | 0.46% | 0.8% | - |
| XYZ | 42.91 | 44.85 | 20.86 | - |
| YUV | 176.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 109 | 0 | 0.13 | 0.46 | 0.20 | 42.77 | 0.47 | 0.61 |
| Hex | CB | B0 | 6D | 0 | D | 2E | 14 | 2B | 2F | 3D |
| Octal | 313 | 260 | 155 | 0 | 15 | 56 | 24 | 53 | 57 | 75 |
| Binary | 11001011 | 10110000 | 1101101 | 0 | 1101 | 101110 | 10100 | 101011 | 101111 | 111101 |
Color Harmonies of #CBB06D
Complementary color
Monochromatic Colors of #CBB06D
Black with #CBB06D
Text Example
Text Example
White with #CBB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB06D; }
p { color: rgb(203,176,109); }
H1.HeaderClassName
{
color: #CBB06D;
}
.AnyTagClassName
{
color: #CBB06D;
}
</style>
background-color css
<style>
a { background-color: #CBB06D; }
a { background-color: rgb(203,176,109); }
div.DivClassName
{
background-color: #CBB06D;
}
.BgClassName
{
background-color: #CBB06D;
}
</style>
border-color css
<style>
span { border-color: #CBB06D; }
span { border-color: rgb(203,176,109); }
td.TdClassName
{
border-color: #CBB06D;
}
.TagClassName
{
border-color: #CBB06D;
}
</style>