Shades of Putty #CBA868
Tints of Putty #CBA868
RGB
CMYK
RGB Variations
Color information
#CBA868 (or 0xCBA868) is known color: Putty. HEX triplet: CB, A8 and 68. RGB value is (203,168,104). Sum of RGB (Red+Green+Blue) = 203+168+104=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA868 is #345797. Grayscale: #ABABAB. Windows color (decimal): -3430296 or 6858955. OLE color: 6858955.
HSL color Cylindrical-coordinate representation of color #CBA868: hue angle of 38.79º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBA868 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 104 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.20 |
| HSL | 38.79º | 0.49% | 0.6% | - |
| HSV(B) | 38.79º | 0.49% | 0.8% | - |
| XYZ | 41.13 | 41.7 | 18.98 | - |
| YUV | 171.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 104 | 0 | 0.17 | 0.49 | 0.20 | 38.79 | 0.49 | 0.6 |
| Hex | CB | A8 | 68 | 0 | 11 | 31 | 14 | 27 | 31 | 3C |
| Octal | 313 | 250 | 150 | 0 | 21 | 61 | 24 | 47 | 61 | 74 |
| Binary | 11001011 | 10101000 | 1101000 | 0 | 10001 | 110001 | 10100 | 100111 | 110001 | 111100 |
Color Harmonies of #CBA868
Complementary color
Monochromatic Colors of #CBA868
Black with #CBA868
Text Example
Text Example
White with #CBA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA868; }
p { color: rgb(203,168,104); }
H1.HeaderClassName
{
color: #CBA868;
}
.AnyTagClassName
{
color: #CBA868;
}
</style>
background-color css
<style>
a { background-color: #CBA868; }
a { background-color: rgb(203,168,104); }
div.DivClassName
{
background-color: #CBA868;
}
.BgClassName
{
background-color: #CBA868;
}
</style>
border-color css
<style>
span { border-color: #CBA868; }
span { border-color: rgb(203,168,104); }
td.TdClassName
{
border-color: #CBA868;
}
.TagClassName
{
border-color: #CBA868;
}
</style>