Shades of Putty #CBA768
Tints of Putty #CBA768
RGB
CMYK
RGB Variations
Color information
#CBA768 (or 0xCBA768) is known color: Putty. HEX triplet: CB, A7 and 68. RGB value is (203,167,104). Sum of RGB (Red+Green+Blue) = 203+167+104=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA768 is #345897. Grayscale: #AAAAAA. Windows color (decimal): -3430552 or 6858699. OLE color: 6858699.
HSL color Cylindrical-coordinate representation of color #CBA768: hue angle of 38.18º 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 #CBA768 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 104 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.20 |
| HSL | 38.18º | 0.49% | 0.6% | - |
| HSV(B) | 38.18º | 0.49% | 0.8% | - |
| XYZ | 40.95 | 41.33 | 18.92 | - |
| YUV | 170.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 104 | 0 | 0.18 | 0.49 | 0.20 | 38.18 | 0.49 | 0.6 |
| Hex | CB | A7 | 68 | 0 | 12 | 31 | 14 | 26 | 31 | 3C |
| Octal | 313 | 247 | 150 | 0 | 22 | 61 | 24 | 46 | 61 | 74 |
| Binary | 11001011 | 10100111 | 1101000 | 0 | 10010 | 110001 | 10100 | 100110 | 110001 | 111100 |
Color Harmonies of #CBA768
Complementary color
Monochromatic Colors of #CBA768
Black with #CBA768
Text Example
Text Example
White with #CBA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA768; }
p { color: rgb(203,167,104); }
H1.HeaderClassName
{
color: #CBA768;
}
.AnyTagClassName
{
color: #CBA768;
}
</style>
background-color css
<style>
a { background-color: #CBA768; }
a { background-color: rgb(203,167,104); }
div.DivClassName
{
background-color: #CBA768;
}
.BgClassName
{
background-color: #CBA768;
}
</style>
border-color css
<style>
span { border-color: #CBA768; }
span { border-color: rgb(203,167,104); }
td.TdClassName
{
border-color: #CBA768;
}
.TagClassName
{
border-color: #CBA768;
}
</style>