Shades of Putty #CBB175
Tints of Putty #CBB175
RGB
CMYK
RGB Variations
Color information
#CBB175 (or 0xCBB175) is known color: Putty. HEX triplet: CB, B1 and 75. RGB value is (203,177,117). Sum of RGB (Red+Green+Blue) = 203+177+117=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB175 is #344E8A. Grayscale: #B2B2B2. Windows color (decimal): -3427979 or 7713227. OLE color: 7713227.
HSL color Cylindrical-coordinate representation of color #CBB175: hue angle of 41.86º 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 #CBB175 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 117 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.20 |
| HSL | 41.86º | 0.45% | 0.63% | - |
| HSV(B) | 41.86º | 0.42% | 0.8% | - |
| XYZ | 43.56 | 45.43 | 23.3 | - |
| YUV | 177.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 117 | 0 | 0.13 | 0.42 | 0.20 | 41.86 | 0.45 | 0.63 |
| Hex | CB | B1 | 75 | 0 | D | 2A | 14 | 2A | 2D | 3F |
| Octal | 313 | 261 | 165 | 0 | 15 | 52 | 24 | 52 | 55 | 77 |
| Binary | 11001011 | 10110001 | 1110101 | 0 | 1101 | 101010 | 10100 | 101010 | 101101 | 111111 |
Color Harmonies of #CBB175
Complementary color
Monochromatic Colors of #CBB175
Black with #CBB175
Text Example
Text Example
White with #CBB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB175; }
p { color: rgb(203,177,117); }
H1.HeaderClassName
{
color: #CBB175;
}
.AnyTagClassName
{
color: #CBB175;
}
</style>
background-color css
<style>
a { background-color: #CBB175; }
a { background-color: rgb(203,177,117); }
div.DivClassName
{
background-color: #CBB175;
}
.BgClassName
{
background-color: #CBB175;
}
</style>
border-color css
<style>
span { border-color: #CBB175; }
span { border-color: rgb(203,177,117); }
td.TdClassName
{
border-color: #CBB175;
}
.TagClassName
{
border-color: #CBB175;
}
</style>