Shades of Tan #CBB28A
Tints of Tan #CBB28A
RGB
CMYK
RGB Variations
Color information
#CBB28A (or 0xCBB28A) is known color: Tan. HEX triplet: CB, B2 and 8A. RGB value is (203,178,138). Sum of RGB (Red+Green+Blue) = 203+178+138=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB28A is #344D75. Grayscale: #B5B5B5. Windows color (decimal): -3427702 or 9089739. OLE color: 9089739.
HSL color Cylindrical-coordinate representation of color #CBB28A: hue angle of 36.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBB28A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 138 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.20 |
| HSL | 36.92º | 0.38% | 0.67% | - |
| HSV(B) | 36.92º | 0.32% | 0.8% | - |
| XYZ | 45.14 | 46.37 | 30.62 | - |
| YUV | 180.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 138 | 0 | 0.12 | 0.32 | 0.20 | 36.92 | 0.38 | 0.67 |
| Hex | CB | B2 | 8A | 0 | C | 20 | 14 | 25 | 26 | 43 |
| Octal | 313 | 262 | 212 | 0 | 14 | 40 | 24 | 45 | 46 | 103 |
| Binary | 11001011 | 10110010 | 10001010 | 0 | 1100 | 100000 | 10100 | 100101 | 100110 | 1000011 |
Color Harmonies of #CBB28A
Complementary color
Monochromatic Colors of #CBB28A
Black with #CBB28A
Text Example
Text Example
White with #CBB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB28A; }
p { color: rgb(203,178,138); }
H1.HeaderClassName
{
color: #CBB28A;
}
.AnyTagClassName
{
color: #CBB28A;
}
</style>
background-color css
<style>
a { background-color: #CBB28A; }
a { background-color: rgb(203,178,138); }
div.DivClassName
{
background-color: #CBB28A;
}
.BgClassName
{
background-color: #CBB28A;
}
</style>
border-color css
<style>
span { border-color: #CBB28A; }
span { border-color: rgb(203,178,138); }
td.TdClassName
{
border-color: #CBB28A;
}
.TagClassName
{
border-color: #CBB28A;
}
</style>