Shades of Putty #CBA66A
Tints of Putty #CBA66A
RGB
CMYK
RGB Variations
Color information
#CBA66A (or 0xCBA66A) is known color: Putty. HEX triplet: CB, A6 and 6A. RGB value is (203,166,106). Sum of RGB (Red+Green+Blue) = 203+166+106=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA66A is #345995. Grayscale: #AAAAAA. Windows color (decimal): -3430806 or 6989515. OLE color: 6989515.
HSL color Cylindrical-coordinate representation of color #CBA66A: hue angle of 37.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBA66A is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 106 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.20 |
| HSL | 37.11º | 0.48% | 0.61% | - |
| HSV(B) | 37.11º | 0.48% | 0.8% | - |
| XYZ | 40.87 | 41.01 | 19.4 | - |
| YUV | 170.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 106 | 0 | 0.18 | 0.48 | 0.20 | 37.11 | 0.48 | 0.61 |
| Hex | CB | A6 | 6A | 0 | 12 | 30 | 14 | 25 | 30 | 3D |
| Octal | 313 | 246 | 152 | 0 | 22 | 60 | 24 | 45 | 60 | 75 |
| Binary | 11001011 | 10100110 | 1101010 | 0 | 10010 | 110000 | 10100 | 100101 | 110000 | 111101 |
Color Harmonies of #CBA66A
Complementary color
Monochromatic Colors of #CBA66A
Black with #CBA66A
Text Example
Text Example
White with #CBA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA66A; }
p { color: rgb(203,166,106); }
H1.HeaderClassName
{
color: #CBA66A;
}
.AnyTagClassName
{
color: #CBA66A;
}
</style>
background-color css
<style>
a { background-color: #CBA66A; }
a { background-color: rgb(203,166,106); }
div.DivClassName
{
background-color: #CBA66A;
}
.BgClassName
{
background-color: #CBA66A;
}
</style>
border-color css
<style>
span { border-color: #CBA66A; }
span { border-color: rgb(203,166,106); }
td.TdClassName
{
border-color: #CBA66A;
}
.TagClassName
{
border-color: #CBA66A;
}
</style>