Shades of Putty #CBB775
Tints of Putty #CBB775
RGB
CMYK
RGB Variations
Color information
#CBB775 (or 0xCBB775) is known color: Putty. HEX triplet: CB, B7 and 75. RGB value is (203,183,117). Sum of RGB (Red+Green+Blue) = 203+183+117=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB775 is #34488A. Grayscale: #B5B5B5. Windows color (decimal): -3426443 or 7714763. OLE color: 7714763.
HSL color Cylindrical-coordinate representation of color #CBB775: hue angle of 46.05º 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 #CBB775 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 117 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.20 |
| HSL | 46.05º | 0.45% | 0.63% | - |
| HSV(B) | 46.05º | 0.42% | 0.8% | - |
| XYZ | 44.77 | 47.85 | 23.71 | - |
| YUV | 181.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 117 | 0 | 0.10 | 0.42 | 0.20 | 46.05 | 0.45 | 0.63 |
| Hex | CB | B7 | 75 | 0 | A | 2A | 14 | 2E | 2D | 3F |
| Octal | 313 | 267 | 165 | 0 | 12 | 52 | 24 | 56 | 55 | 77 |
| Binary | 11001011 | 10110111 | 1110101 | 0 | 1010 | 101010 | 10100 | 101110 | 101101 | 111111 |
Color Harmonies of #CBB775
Complementary color
Monochromatic Colors of #CBB775
Black with #CBB775
Text Example
Text Example
White with #CBB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB775; }
p { color: rgb(203,183,117); }
H1.HeaderClassName
{
color: #CBB775;
}
.AnyTagClassName
{
color: #CBB775;
}
</style>
background-color css
<style>
a { background-color: #CBB775; }
a { background-color: rgb(203,183,117); }
div.DivClassName
{
background-color: #CBB775;
}
.BgClassName
{
background-color: #CBB775;
}
</style>
border-color css
<style>
span { border-color: #CBB775; }
span { border-color: rgb(203,183,117); }
td.TdClassName
{
border-color: #CBB775;
}
.TagClassName
{
border-color: #CBB775;
}
</style>