Shades of Putty #CBB170
Tints of Putty #CBB170
RGB
CMYK
RGB Variations
Color information
#CBB170 (or 0xCBB170) is known color: Putty. HEX triplet: CB, B1 and 70. RGB value is (203,177,112). Sum of RGB (Red+Green+Blue) = 203+177+112=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB170 is #344E8F. Grayscale: #B1B1B1. Windows color (decimal): -3427984 or 7385547. OLE color: 7385547.
HSL color Cylindrical-coordinate representation of color #CBB170: hue angle of 42.86º 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 #CBB170 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 112 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.20 |
| HSL | 42.86º | 0.47% | 0.62% | - |
| HSV(B) | 42.86º | 0.45% | 0.8% | - |
| XYZ | 43.28 | 45.31 | 21.79 | - |
| YUV | 177.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 112 | 0 | 0.13 | 0.45 | 0.20 | 42.86 | 0.47 | 0.62 |
| Hex | CB | B1 | 70 | 0 | D | 2D | 14 | 2B | 2F | 3E |
| Octal | 313 | 261 | 160 | 0 | 15 | 55 | 24 | 53 | 57 | 76 |
| Binary | 11001011 | 10110001 | 1110000 | 0 | 1101 | 101101 | 10100 | 101011 | 101111 | 111110 |
Color Harmonies of #CBB170
Complementary color
Monochromatic Colors of #CBB170
Black with #CBB170
Text Example
Text Example
White with #CBB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB170; }
p { color: rgb(203,177,112); }
H1.HeaderClassName
{
color: #CBB170;
}
.AnyTagClassName
{
color: #CBB170;
}
</style>
background-color css
<style>
a { background-color: #CBB170; }
a { background-color: rgb(203,177,112); }
div.DivClassName
{
background-color: #CBB170;
}
.BgClassName
{
background-color: #CBB170;
}
</style>
border-color css
<style>
span { border-color: #CBB170; }
span { border-color: rgb(203,177,112); }
td.TdClassName
{
border-color: #CBB170;
}
.TagClassName
{
border-color: #CBB170;
}
</style>