Shades of Putty #CBA76B
Tints of Putty #CBA76B
RGB
CMYK
RGB Variations
Color information
#CBA76B (or 0xCBA76B) is known color: Putty. HEX triplet: CB, A7 and 6B. RGB value is (203,167,107). Sum of RGB (Red+Green+Blue) = 203+167+107=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA76B is #345894. Grayscale: #ABABAB. Windows color (decimal): -3430549 or 7055307. OLE color: 7055307.
HSL color Cylindrical-coordinate representation of color #CBA76B: hue angle of 37.5º 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 #CBA76B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 107 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.20 |
| HSL | 37.5º | 0.48% | 0.61% | - |
| HSV(B) | 37.5º | 0.47% | 0.8% | - |
| XYZ | 41.1 | 41.4 | 19.73 | - |
| YUV | 170.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 107 | 0 | 0.18 | 0.47 | 0.20 | 37.5 | 0.48 | 0.61 |
| Hex | CB | A7 | 6B | 0 | 12 | 2F | 14 | 26 | 30 | 3D |
| Octal | 313 | 247 | 153 | 0 | 22 | 57 | 24 | 46 | 60 | 75 |
| Binary | 11001011 | 10100111 | 1101011 | 0 | 10010 | 101111 | 10100 | 100110 | 110000 | 111101 |
Color Harmonies of #CBA76B
Complementary color
Monochromatic Colors of #CBA76B
Black with #CBA76B
Text Example
Text Example
White with #CBA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA76B; }
p { color: rgb(203,167,107); }
H1.HeaderClassName
{
color: #CBA76B;
}
.AnyTagClassName
{
color: #CBA76B;
}
</style>
background-color css
<style>
a { background-color: #CBA76B; }
a { background-color: rgb(203,167,107); }
div.DivClassName
{
background-color: #CBA76B;
}
.BgClassName
{
background-color: #CBA76B;
}
</style>
border-color css
<style>
span { border-color: #CBA76B; }
span { border-color: rgb(203,167,107); }
td.TdClassName
{
border-color: #CBA76B;
}
.TagClassName
{
border-color: #CBA76B;
}
</style>