Shades of Tan #CBB184
Tints of Tan #CBB184
RGB
CMYK
RGB Variations
Color information
#CBB184 (or 0xCBB184) is known color: Tan. HEX triplet: CB, B1 and 84. RGB value is (203,177,132). Sum of RGB (Red+Green+Blue) = 203+177+132=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB184 is #344E7B. Grayscale: #B3B3B3. Windows color (decimal): -3427964 or 8696267. OLE color: 8696267.
HSL color Cylindrical-coordinate representation of color #CBB184: hue angle of 38.03º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBB184 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 132 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.20 |
| HSL | 38.03º | 0.41% | 0.66% | - |
| HSV(B) | 38.03º | 0.35% | 0.8% | - |
| XYZ | 44.52 | 45.81 | 28.33 | - |
| YUV | 179.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 132 | 0 | 0.13 | 0.35 | 0.20 | 38.03 | 0.41 | 0.66 |
| Hex | CB | B1 | 84 | 0 | D | 23 | 14 | 26 | 29 | 42 |
| Octal | 313 | 261 | 204 | 0 | 15 | 43 | 24 | 46 | 51 | 102 |
| Binary | 11001011 | 10110001 | 10000100 | 0 | 1101 | 100011 | 10100 | 100110 | 101001 | 1000010 |
Color Harmonies of #CBB184
Complementary color
Monochromatic Colors of #CBB184
Black with #CBB184
Text Example
Text Example
White with #CBB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB184; }
p { color: rgb(203,177,132); }
H1.HeaderClassName
{
color: #CBB184;
}
.AnyTagClassName
{
color: #CBB184;
}
</style>
background-color css
<style>
a { background-color: #CBB184; }
a { background-color: rgb(203,177,132); }
div.DivClassName
{
background-color: #CBB184;
}
.BgClassName
{
background-color: #CBB184;
}
</style>
border-color css
<style>
span { border-color: #CBB184; }
span { border-color: rgb(203,177,132); }
td.TdClassName
{
border-color: #CBB184;
}
.TagClassName
{
border-color: #CBB184;
}
</style>