Shades of Putty #CBAB6D
Tints of Putty #CBAB6D
RGB
CMYK
RGB Variations
Color information
#CBAB6D (or 0xCBAB6D) is known color: Putty. HEX triplet: CB, AB and 6D. RGB value is (203,171,109). Sum of RGB (Red+Green+Blue) = 203+171+109=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB6D is #345492. Grayscale: #ADADAD. Windows color (decimal): -3429523 or 7187403. OLE color: 7187403.
HSL color Cylindrical-coordinate representation of color #CBAB6D: hue angle of 39.57º 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 #CBAB6D is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 109 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.20 |
| HSL | 39.57º | 0.47% | 0.61% | - |
| HSV(B) | 39.57º | 0.46% | 0.8% | - |
| XYZ | 41.95 | 42.93 | 20.54 | - |
| YUV | 173.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 109 | 0 | 0.16 | 0.46 | 0.20 | 39.57 | 0.47 | 0.61 |
| Hex | CB | AB | 6D | 0 | 10 | 2E | 14 | 28 | 2F | 3D |
| Octal | 313 | 253 | 155 | 0 | 20 | 56 | 24 | 50 | 57 | 75 |
| Binary | 11001011 | 10101011 | 1101101 | 0 | 10000 | 101110 | 10100 | 101000 | 101111 | 111101 |
Color Harmonies of #CBAB6D
Complementary color
Monochromatic Colors of #CBAB6D
Black with #CBAB6D
Text Example
Text Example
White with #CBAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB6D; }
p { color: rgb(203,171,109); }
H1.HeaderClassName
{
color: #CBAB6D;
}
.AnyTagClassName
{
color: #CBAB6D;
}
</style>
background-color css
<style>
a { background-color: #CBAB6D; }
a { background-color: rgb(203,171,109); }
div.DivClassName
{
background-color: #CBAB6D;
}
.BgClassName
{
background-color: #CBAB6D;
}
</style>
border-color css
<style>
span { border-color: #CBAB6D; }
span { border-color: rgb(203,171,109); }
td.TdClassName
{
border-color: #CBAB6D;
}
.TagClassName
{
border-color: #CBAB6D;
}
</style>