Shades of Putty #CBA86B
Tints of Putty #CBA86B
RGB
CMYK
RGB Variations
Color information
#CBA86B (or 0xCBA86B) is known color: Putty. HEX triplet: CB, A8 and 6B. RGB value is (203,168,107). Sum of RGB (Red+Green+Blue) = 203+168+107=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA86B is #345794. Grayscale: #ABABAB. Windows color (decimal): -3430293 or 7055563. OLE color: 7055563.
HSL color Cylindrical-coordinate representation of color #CBA86B: hue angle of 38.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBA86B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 107 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.20 |
| HSL | 38.13º | 0.48% | 0.61% | - |
| HSV(B) | 38.13º | 0.47% | 0.8% | - |
| XYZ | 41.29 | 41.76 | 19.8 | - |
| YUV | 171.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 107 | 0 | 0.17 | 0.47 | 0.20 | 38.13 | 0.48 | 0.61 |
| Hex | CB | A8 | 6B | 0 | 11 | 2F | 14 | 26 | 30 | 3D |
| Octal | 313 | 250 | 153 | 0 | 21 | 57 | 24 | 46 | 60 | 75 |
| Binary | 11001011 | 10101000 | 1101011 | 0 | 10001 | 101111 | 10100 | 100110 | 110000 | 111101 |
Color Harmonies of #CBA86B
Complementary color
Monochromatic Colors of #CBA86B
Black with #CBA86B
Text Example
Text Example
White with #CBA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA86B; }
p { color: rgb(203,168,107); }
H1.HeaderClassName
{
color: #CBA86B;
}
.AnyTagClassName
{
color: #CBA86B;
}
</style>
background-color css
<style>
a { background-color: #CBA86B; }
a { background-color: rgb(203,168,107); }
div.DivClassName
{
background-color: #CBA86B;
}
.BgClassName
{
background-color: #CBA86B;
}
</style>
border-color css
<style>
span { border-color: #CBA86B; }
span { border-color: rgb(203,168,107); }
td.TdClassName
{
border-color: #CBA86B;
}
.TagClassName
{
border-color: #CBA86B;
}
</style>