Shades of Putty #CBB56E
Tints of Putty #CBB56E
RGB
CMYK
RGB Variations
Color information
#CBB56E (or 0xCBB56E) is known color: Putty. HEX triplet: CB, B5 and 6E. RGB value is (203,181,110). Sum of RGB (Red+Green+Blue) = 203+181+110=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB56E is #344A91. Grayscale: #B3B3B3. Windows color (decimal): -3426962 or 7255499. OLE color: 7255499.
HSL color Cylindrical-coordinate representation of color #CBB56E: hue angle of 45.81º 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 #CBB56E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 110 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.20 |
| HSL | 45.81º | 0.47% | 0.61% | - |
| HSV(B) | 45.81º | 0.46% | 0.8% | - |
| XYZ | 43.97 | 46.87 | 21.48 | - |
| YUV | 179.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 110 | 0 | 0.11 | 0.46 | 0.20 | 45.81 | 0.47 | 0.61 |
| Hex | CB | B5 | 6E | 0 | B | 2E | 14 | 2E | 2F | 3D |
| Octal | 313 | 265 | 156 | 0 | 13 | 56 | 24 | 56 | 57 | 75 |
| Binary | 11001011 | 10110101 | 1101110 | 0 | 1011 | 101110 | 10100 | 101110 | 101111 | 111101 |
Color Harmonies of #CBB56E
Complementary color
Monochromatic Colors of #CBB56E
Black with #CBB56E
Text Example
Text Example
White with #CBB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB56E; }
p { color: rgb(203,181,110); }
H1.HeaderClassName
{
color: #CBB56E;
}
.AnyTagClassName
{
color: #CBB56E;
}
</style>
background-color css
<style>
a { background-color: #CBB56E; }
a { background-color: rgb(203,181,110); }
div.DivClassName
{
background-color: #CBB56E;
}
.BgClassName
{
background-color: #CBB56E;
}
</style>
border-color css
<style>
span { border-color: #CBB56E; }
span { border-color: rgb(203,181,110); }
td.TdClassName
{
border-color: #CBB56E;
}
.TagClassName
{
border-color: #CBB56E;
}
</style>