Shades of Putty #CBA767
Tints of Putty #CBA767
RGB
CMYK
RGB Variations
Color information
#CBA767 (or 0xCBA767) is known color: Putty. HEX triplet: CB, A7 and 67. RGB value is (203,167,103). Sum of RGB (Red+Green+Blue) = 203+167+103=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA767 is #345898. Grayscale: #AAAAAA. Windows color (decimal): -3430553 or 6793163. OLE color: 6793163.
HSL color Cylindrical-coordinate representation of color #CBA767: hue angle of 38.4º 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 #CBA767 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 103 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.20 |
| HSL | 38.4º | 0.49% | 0.6% | - |
| HSV(B) | 38.4º | 0.49% | 0.8% | - |
| XYZ | 40.9 | 41.31 | 18.65 | - |
| YUV | 170.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 103 | 0 | 0.18 | 0.49 | 0.20 | 38.4 | 0.49 | 0.6 |
| Hex | CB | A7 | 67 | 0 | 12 | 31 | 14 | 26 | 31 | 3C |
| Octal | 313 | 247 | 147 | 0 | 22 | 61 | 24 | 46 | 61 | 74 |
| Binary | 11001011 | 10100111 | 1100111 | 0 | 10010 | 110001 | 10100 | 100110 | 110001 | 111100 |
Color Harmonies of #CBA767
Complementary color
Monochromatic Colors of #CBA767
Black with #CBA767
Text Example
Text Example
White with #CBA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA767; }
p { color: rgb(203,167,103); }
H1.HeaderClassName
{
color: #CBA767;
}
.AnyTagClassName
{
color: #CBA767;
}
</style>
background-color css
<style>
a { background-color: #CBA767; }
a { background-color: rgb(203,167,103); }
div.DivClassName
{
background-color: #CBA767;
}
.BgClassName
{
background-color: #CBA767;
}
</style>
border-color css
<style>
span { border-color: #CBA767; }
span { border-color: rgb(203,167,103); }
td.TdClassName
{
border-color: #CBA767;
}
.TagClassName
{
border-color: #CBA767;
}
</style>