Shades of Tan #CBB68C
Tints of Tan #CBB68C
RGB
CMYK
RGB Variations
Color information
#CBB68C (or 0xCBB68C) is known color: Tan. HEX triplet: CB, B6 and 8C. RGB value is (203,182,140). Sum of RGB (Red+Green+Blue) = 203+182+140=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB68C is #344973. Grayscale: #B7B7B7. Windows color (decimal): -3426676 or 9221835. OLE color: 9221835.
HSL color Cylindrical-coordinate representation of color #CBB68C: hue angle of 40º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBB68C is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 140 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.20 |
| HSL | 40º | 0.38% | 0.67% | - |
| HSV(B) | 40º | 0.31% | 0.8% | - |
| XYZ | 46.09 | 48.05 | 31.66 | - |
| YUV | 183.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 140 | 0 | 0.10 | 0.31 | 0.20 | 40 | 0.38 | 0.67 |
| Hex | CB | B6 | 8C | 0 | A | 1F | 14 | 28 | 26 | 43 |
| Octal | 313 | 266 | 214 | 0 | 12 | 37 | 24 | 50 | 46 | 103 |
| Binary | 11001011 | 10110110 | 10001100 | 0 | 1010 | 11111 | 10100 | 101000 | 100110 | 1000011 |
Color Harmonies of #CBB68C
Complementary color
Monochromatic Colors of #CBB68C
Black with #CBB68C
Text Example
Text Example
White with #CBB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB68C; }
p { color: rgb(203,182,140); }
H1.HeaderClassName
{
color: #CBB68C;
}
.AnyTagClassName
{
color: #CBB68C;
}
</style>
background-color css
<style>
a { background-color: #CBB68C; }
a { background-color: rgb(203,182,140); }
div.DivClassName
{
background-color: #CBB68C;
}
.BgClassName
{
background-color: #CBB68C;
}
</style>
border-color css
<style>
span { border-color: #CBB68C; }
span { border-color: rgb(203,182,140); }
td.TdClassName
{
border-color: #CBB68C;
}
.TagClassName
{
border-color: #CBB68C;
}
</style>