Shades of Tan #CBB191
Tints of Tan #CBB191
RGB
CMYK
RGB Variations
Color information
#CBB191 (or 0xCBB191) is known color: Tan. HEX triplet: CB, B1 and 91. RGB value is (203,177,145). Sum of RGB (Red+Green+Blue) = 203+177+145=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB191 is #344E6E. Grayscale: #B5B5B5. Windows color (decimal): -3427951 or 9548235. OLE color: 9548235.
HSL color Cylindrical-coordinate representation of color #CBB191: hue angle of 33.1º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB191 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 177 | 145 | - |
CMYK | 0 | 0.13 | 0.29 | 0.20 |
HSL | 33.1º | 0.36% | 0.68% | - |
HSV(B) | 33.1º | 0.29% | 0.8% | - |
XYZ | 45.46 | 46.19 | 33.31 | - |
YUV | 181.13 | 107.61 | 143.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 177 | 145 | 0 | 0.13 | 0.29 | 0.20 | 33.1 | 0.36 | 0.68 |
Hex | CB | B1 | 91 | 0 | D | 1D | 14 | 21 | 24 | 44 |
Octal | 313 | 261 | 221 | 0 | 15 | 35 | 24 | 41 | 44 | 104 |
Binary | 11001011 | 10110001 | 10010001 | 0 | 1101 | 11101 | 10100 | 100001 | 100100 | 1000100 |
Color Harmonies of #CBB191
Complementary color
Monochromatic Colors of #CBB191
Black with #CBB191
Text Example
Text Example
White with #CBB191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB191; }
p { color: rgb(203,177,145); }
H1.HeaderClassName
{
color: #CBB191;
}
.AnyTagClassName
{
color: #CBB191;
}
</style>
background-color css
<style>
a { background-color: #CBB191; }
a { background-color: rgb(203,177,145); }
div.DivClassName
{
background-color: #CBB191;
}
.BgClassName
{
background-color: #CBB191;
}
</style>
border-color css
<style>
span { border-color: #CBB191; }
span { border-color: rgb(203,177,145); }
td.TdClassName
{
border-color: #CBB191;
}
.TagClassName
{
border-color: #CBB191;
}
</style>