Shades of Putty #CBB177
Tints of Putty #CBB177
RGB
CMYK
RGB Variations
Color information
#CBB177 (or 0xCBB177) is known color: Putty. HEX triplet: CB, B1 and 77. RGB value is (203,177,119). Sum of RGB (Red+Green+Blue) = 203+177+119=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB177 is #344E88. Grayscale: #B2B2B2. Windows color (decimal): -3427977 or 7844299. OLE color: 7844299.
HSL color Cylindrical-coordinate representation of color #CBB177: hue angle of 41.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBB177 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 119 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.20 |
| HSL | 41.43º | 0.45% | 0.63% | - |
| HSV(B) | 41.43º | 0.41% | 0.8% | - |
| XYZ | 43.68 | 45.47 | 23.93 | - |
| YUV | 178.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 119 | 0 | 0.13 | 0.41 | 0.20 | 41.43 | 0.45 | 0.63 |
| Hex | CB | B1 | 77 | 0 | D | 29 | 14 | 29 | 2D | 3F |
| Octal | 313 | 261 | 167 | 0 | 15 | 51 | 24 | 51 | 55 | 77 |
| Binary | 11001011 | 10110001 | 1110111 | 0 | 1101 | 101001 | 10100 | 101001 | 101101 | 111111 |
Color Harmonies of #CBB177
Complementary color
Monochromatic Colors of #CBB177
Black with #CBB177
Text Example
Text Example
White with #CBB177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB177; }
p { color: rgb(203,177,119); }
H1.HeaderClassName
{
color: #CBB177;
}
.AnyTagClassName
{
color: #CBB177;
}
</style>
background-color css
<style>
a { background-color: #CBB177; }
a { background-color: rgb(203,177,119); }
div.DivClassName
{
background-color: #CBB177;
}
.BgClassName
{
background-color: #CBB177;
}
</style>
border-color css
<style>
span { border-color: #CBB177; }
span { border-color: rgb(203,177,119); }
td.TdClassName
{
border-color: #CBB177;
}
.TagClassName
{
border-color: #CBB177;
}
</style>