Shades of Putty #CBA66D
Tints of Putty #CBA66D
RGB
CMYK
RGB Variations
Color information
#CBA66D (or 0xCBA66D) is known color: Putty. HEX triplet: CB, A6 and 6D. RGB value is (203,166,109). Sum of RGB (Red+Green+Blue) = 203+166+109=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA66D is #345992. Grayscale: #AAAAAA. Windows color (decimal): -3430803 or 7186123. OLE color: 7186123.
HSL color Cylindrical-coordinate representation of color #CBA66D: hue angle of 36.38º 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 #CBA66D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.20 |
| HSL | 36.38º | 0.47% | 0.61% | - |
| HSV(B) | 36.38º | 0.46% | 0.8% | - |
| XYZ | 41.03 | 41.07 | 20.23 | - |
| YUV | 170.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 109 | 0 | 0.18 | 0.46 | 0.20 | 36.38 | 0.47 | 0.61 |
| Hex | CB | A6 | 6D | 0 | 12 | 2E | 14 | 24 | 2F | 3D |
| Octal | 313 | 246 | 155 | 0 | 22 | 56 | 24 | 44 | 57 | 75 |
| Binary | 11001011 | 10100110 | 1101101 | 0 | 10010 | 101110 | 10100 | 100100 | 101111 | 111101 |
Color Harmonies of #CBA66D
Complementary color
Monochromatic Colors of #CBA66D
Black with #CBA66D
Text Example
Text Example
White with #CBA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA66D; }
p { color: rgb(203,166,109); }
H1.HeaderClassName
{
color: #CBA66D;
}
.AnyTagClassName
{
color: #CBA66D;
}
</style>
background-color css
<style>
a { background-color: #CBA66D; }
a { background-color: rgb(203,166,109); }
div.DivClassName
{
background-color: #CBA66D;
}
.BgClassName
{
background-color: #CBA66D;
}
</style>
border-color css
<style>
span { border-color: #CBA66D; }
span { border-color: rgb(203,166,109); }
td.TdClassName
{
border-color: #CBA66D;
}
.TagClassName
{
border-color: #CBA66D;
}
</style>