Shades of Putty #CBAB6E
Tints of Putty #CBAB6E
RGB
CMYK
RGB Variations
Color information
#CBAB6E (or 0xCBAB6E) is known color: Putty. HEX triplet: CB, AB and 6E. RGB value is (203,171,110). Sum of RGB (Red+Green+Blue) = 203+171+110=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB6E is #345491. Grayscale: #ADADAD. Windows color (decimal): -3429522 or 7252939. OLE color: 7252939.
HSL color Cylindrical-coordinate representation of color #CBAB6E: hue angle of 39.35º 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 #CBAB6E is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 110 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.20 |
| HSL | 39.35º | 0.47% | 0.61% | - |
| HSV(B) | 39.35º | 0.46% | 0.8% | - |
| XYZ | 42.01 | 42.95 | 20.83 | - |
| YUV | 173.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 110 | 0 | 0.16 | 0.46 | 0.20 | 39.35 | 0.47 | 0.61 |
| Hex | CB | AB | 6E | 0 | 10 | 2E | 14 | 27 | 2F | 3D |
| Octal | 313 | 253 | 156 | 0 | 20 | 56 | 24 | 47 | 57 | 75 |
| Binary | 11001011 | 10101011 | 1101110 | 0 | 10000 | 101110 | 10100 | 100111 | 101111 | 111101 |
Color Harmonies of #CBAB6E
Complementary color
Monochromatic Colors of #CBAB6E
Black with #CBAB6E
Text Example
Text Example
White with #CBAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB6E; }
p { color: rgb(203,171,110); }
H1.HeaderClassName
{
color: #CBAB6E;
}
.AnyTagClassName
{
color: #CBAB6E;
}
</style>
background-color css
<style>
a { background-color: #CBAB6E; }
a { background-color: rgb(203,171,110); }
div.DivClassName
{
background-color: #CBAB6E;
}
.BgClassName
{
background-color: #CBAB6E;
}
</style>
border-color css
<style>
span { border-color: #CBAB6E; }
span { border-color: rgb(203,171,110); }
td.TdClassName
{
border-color: #CBAB6E;
}
.TagClassName
{
border-color: #CBAB6E;
}
</style>