Shades of Putty #CBB675
Tints of Putty #CBB675
RGB
CMYK
RGB Variations
Color information
#CBB675 (or 0xCBB675) is known color: Putty. HEX triplet: CB, B6 and 75. RGB value is (203,182,117). Sum of RGB (Red+Green+Blue) = 203+182+117=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB675 is #34498A. Grayscale: #B5B5B5. Windows color (decimal): -3426699 or 7714507. OLE color: 7714507.
HSL color Cylindrical-coordinate representation of color #CBB675: hue angle of 45.35º 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 #CBB675 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 117 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.20 |
| HSL | 45.35º | 0.45% | 0.63% | - |
| HSV(B) | 45.35º | 0.42% | 0.8% | - |
| XYZ | 44.57 | 47.44 | 23.64 | - |
| YUV | 180.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 117 | 0 | 0.10 | 0.42 | 0.20 | 45.35 | 0.45 | 0.63 |
| Hex | CB | B6 | 75 | 0 | A | 2A | 14 | 2D | 2D | 3F |
| Octal | 313 | 266 | 165 | 0 | 12 | 52 | 24 | 55 | 55 | 77 |
| Binary | 11001011 | 10110110 | 1110101 | 0 | 1010 | 101010 | 10100 | 101101 | 101101 | 111111 |
Color Harmonies of #CBB675
Complementary color
Monochromatic Colors of #CBB675
Black with #CBB675
Text Example
Text Example
White with #CBB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB675; }
p { color: rgb(203,182,117); }
H1.HeaderClassName
{
color: #CBB675;
}
.AnyTagClassName
{
color: #CBB675;
}
</style>
background-color css
<style>
a { background-color: #CBB675; }
a { background-color: rgb(203,182,117); }
div.DivClassName
{
background-color: #CBB675;
}
.BgClassName
{
background-color: #CBB675;
}
</style>
border-color css
<style>
span { border-color: #CBB675; }
span { border-color: rgb(203,182,117); }
td.TdClassName
{
border-color: #CBB675;
}
.TagClassName
{
border-color: #CBB675;
}
</style>