Shades of Putty #CBB075
Tints of Putty #CBB075
RGB
CMYK
RGB Variations
Color information
#CBB075 (or 0xCBB075) is known color: Putty. HEX triplet: CB, B0 and 75. RGB value is (203,176,117). Sum of RGB (Red+Green+Blue) = 203+176+117=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB075 is #344F8A. Grayscale: #B1B1B1. Windows color (decimal): -3428235 or 7712971. OLE color: 7712971.
HSL color Cylindrical-coordinate representation of color #CBB075: hue angle of 41.16º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBB075 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 117 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.20 |
| HSL | 41.16º | 0.45% | 0.63% | - |
| HSV(B) | 41.16º | 0.42% | 0.8% | - |
| XYZ | 43.36 | 45.03 | 23.24 | - |
| YUV | 177.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 117 | 0 | 0.13 | 0.42 | 0.20 | 41.16 | 0.45 | 0.63 |
| Hex | CB | B0 | 75 | 0 | D | 2A | 14 | 29 | 2D | 3F |
| Octal | 313 | 260 | 165 | 0 | 15 | 52 | 24 | 51 | 55 | 77 |
| Binary | 11001011 | 10110000 | 1110101 | 0 | 1101 | 101010 | 10100 | 101001 | 101101 | 111111 |
Color Harmonies of #CBB075
Complementary color
Monochromatic Colors of #CBB075
Black with #CBB075
Text Example
Text Example
White with #CBB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB075; }
p { color: rgb(203,176,117); }
H1.HeaderClassName
{
color: #CBB075;
}
.AnyTagClassName
{
color: #CBB075;
}
</style>
background-color css
<style>
a { background-color: #CBB075; }
a { background-color: rgb(203,176,117); }
div.DivClassName
{
background-color: #CBB075;
}
.BgClassName
{
background-color: #CBB075;
}
</style>
border-color css
<style>
span { border-color: #CBB075; }
span { border-color: rgb(203,176,117); }
td.TdClassName
{
border-color: #CBB075;
}
.TagClassName
{
border-color: #CBB075;
}
</style>