Shades of Putty #CBB46F
Tints of Putty #CBB46F
RGB
CMYK
RGB Variations
Color information
#CBB46F (or 0xCBB46F) is known color: Putty. HEX triplet: CB, B4 and 6F. RGB value is (203,180,111). Sum of RGB (Red+Green+Blue) = 203+180+111=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB46F is #344B90. Grayscale: #B3B3B3. Windows color (decimal): -3427217 or 7320779. OLE color: 7320779.
HSL color Cylindrical-coordinate representation of color #CBB46F: hue angle of 45º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBB46F is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 111 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.20 |
| HSL | 45º | 0.47% | 0.62% | - |
| HSV(B) | 45º | 0.45% | 0.8% | - |
| XYZ | 43.82 | 46.49 | 21.7 | - |
| YUV | 179.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 111 | 0 | 0.11 | 0.45 | 0.20 | 45 | 0.47 | 0.62 |
| Hex | CB | B4 | 6F | 0 | B | 2D | 14 | 2D | 2F | 3E |
| Octal | 313 | 264 | 157 | 0 | 13 | 55 | 24 | 55 | 57 | 76 |
| Binary | 11001011 | 10110100 | 1101111 | 0 | 1011 | 101101 | 10100 | 101101 | 101111 | 111110 |
Color Harmonies of #CBB46F
Complementary color
Monochromatic Colors of #CBB46F
Black with #CBB46F
Text Example
Text Example
White with #CBB46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB46F; }
p { color: rgb(203,180,111); }
H1.HeaderClassName
{
color: #CBB46F;
}
.AnyTagClassName
{
color: #CBB46F;
}
</style>
background-color css
<style>
a { background-color: #CBB46F; }
a { background-color: rgb(203,180,111); }
div.DivClassName
{
background-color: #CBB46F;
}
.BgClassName
{
background-color: #CBB46F;
}
</style>
border-color css
<style>
span { border-color: #CBB46F; }
span { border-color: rgb(203,180,111); }
td.TdClassName
{
border-color: #CBB46F;
}
.TagClassName
{
border-color: #CBB46F;
}
</style>