Shades of Putty #CBB178
Tints of Putty #CBB178
RGB
CMYK
RGB Variations
Color information
#CBB178 (or 0xCBB178) is known color: Putty. HEX triplet: CB, B1 and 78. RGB value is (203,177,120). Sum of RGB (Red+Green+Blue) = 203+177+120=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB178 is #344E87. Grayscale: #B2B2B2. Windows color (decimal): -3427976 or 7909835. OLE color: 7909835.
HSL color Cylindrical-coordinate representation of color #CBB178: hue angle of 41.2º degrees, saturation: 0.44, 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 #CBB178 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 120 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.20 |
| HSL | 41.2º | 0.44% | 0.63% | - |
| HSV(B) | 41.2º | 0.41% | 0.8% | - |
| XYZ | 43.74 | 45.5 | 24.25 | - |
| YUV | 178.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 120 | 0 | 0.13 | 0.41 | 0.20 | 41.2 | 0.44 | 0.63 |
| Hex | CB | B1 | 78 | 0 | D | 29 | 14 | 29 | 2C | 3F |
| Octal | 313 | 261 | 170 | 0 | 15 | 51 | 24 | 51 | 54 | 77 |
| Binary | 11001011 | 10110001 | 1111000 | 0 | 1101 | 101001 | 10100 | 101001 | 101100 | 111111 |
Color Harmonies of #CBB178
Complementary color
Monochromatic Colors of #CBB178
Black with #CBB178
Text Example
Text Example
White with #CBB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB178; }
p { color: rgb(203,177,120); }
H1.HeaderClassName
{
color: #CBB178;
}
.AnyTagClassName
{
color: #CBB178;
}
</style>
background-color css
<style>
a { background-color: #CBB178; }
a { background-color: rgb(203,177,120); }
div.DivClassName
{
background-color: #CBB178;
}
.BgClassName
{
background-color: #CBB178;
}
</style>
border-color css
<style>
span { border-color: #CBB178; }
span { border-color: rgb(203,177,120); }
td.TdClassName
{
border-color: #CBB178;
}
.TagClassName
{
border-color: #CBB178;
}
</style>