Shades of Putty #CBA670
Tints of Putty #CBA670
RGB
CMYK
RGB Variations
Color information
#CBA670 (or 0xCBA670) is known color: Putty. HEX triplet: CB, A6 and 70. RGB value is (203,166,112). Sum of RGB (Red+Green+Blue) = 203+166+112=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA670 is #34598F. Grayscale: #ABABAB. Windows color (decimal): -3430800 or 7382731. OLE color: 7382731.
HSL color Cylindrical-coordinate representation of color #CBA670: hue angle of 35.6º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBA670 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 112 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.20 |
| HSL | 35.6º | 0.47% | 0.62% | - |
| HSV(B) | 35.6º | 0.45% | 0.8% | - |
| XYZ | 41.19 | 41.14 | 21.1 | - |
| YUV | 170.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 112 | 0 | 0.18 | 0.45 | 0.20 | 35.6 | 0.47 | 0.62 |
| Hex | CB | A6 | 70 | 0 | 12 | 2D | 14 | 24 | 2F | 3E |
| Octal | 313 | 246 | 160 | 0 | 22 | 55 | 24 | 44 | 57 | 76 |
| Binary | 11001011 | 10100110 | 1110000 | 0 | 10010 | 101101 | 10100 | 100100 | 101111 | 111110 |
Color Harmonies of #CBA670
Complementary color
Monochromatic Colors of #CBA670
Black with #CBA670
Text Example
Text Example
White with #CBA670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA670; }
p { color: rgb(203,166,112); }
H1.HeaderClassName
{
color: #CBA670;
}
.AnyTagClassName
{
color: #CBA670;
}
</style>
background-color css
<style>
a { background-color: #CBA670; }
a { background-color: rgb(203,166,112); }
div.DivClassName
{
background-color: #CBA670;
}
.BgClassName
{
background-color: #CBA670;
}
</style>
border-color css
<style>
span { border-color: #CBA670; }
span { border-color: rgb(203,166,112); }
td.TdClassName
{
border-color: #CBA670;
}
.TagClassName
{
border-color: #CBA670;
}
</style>