Shades of Putty #CBB173
Tints of Putty #CBB173
RGB
CMYK
RGB Variations
Color information
#CBB173 (or 0xCBB173) is known color: Putty. HEX triplet: CB, B1 and 73. RGB value is (203,177,115). Sum of RGB (Red+Green+Blue) = 203+177+115=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB173 is #344E8C. Grayscale: #B1B1B1. Windows color (decimal): -3427981 or 7582155. OLE color: 7582155.
HSL color Cylindrical-coordinate representation of color #CBB173: hue angle of 42.27º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBB173 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 115 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.20 |
| HSL | 42.27º | 0.46% | 0.62% | - |
| HSV(B) | 42.27º | 0.43% | 0.8% | - |
| XYZ | 43.45 | 45.38 | 22.69 | - |
| YUV | 177.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 115 | 0 | 0.13 | 0.43 | 0.20 | 42.27 | 0.46 | 0.62 |
| Hex | CB | B1 | 73 | 0 | D | 2B | 14 | 2A | 2E | 3E |
| Octal | 313 | 261 | 163 | 0 | 15 | 53 | 24 | 52 | 56 | 76 |
| Binary | 11001011 | 10110001 | 1110011 | 0 | 1101 | 101011 | 10100 | 101010 | 101110 | 111110 |
Color Harmonies of #CBB173
Complementary color
Monochromatic Colors of #CBB173
Black with #CBB173
Text Example
Text Example
White with #CBB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB173; }
p { color: rgb(203,177,115); }
H1.HeaderClassName
{
color: #CBB173;
}
.AnyTagClassName
{
color: #CBB173;
}
</style>
background-color css
<style>
a { background-color: #CBB173; }
a { background-color: rgb(203,177,115); }
div.DivClassName
{
background-color: #CBB173;
}
.BgClassName
{
background-color: #CBB173;
}
</style>
border-color css
<style>
span { border-color: #CBB173; }
span { border-color: rgb(203,177,115); }
td.TdClassName
{
border-color: #CBB173;
}
.TagClassName
{
border-color: #CBB173;
}
</style>