Shades of Tan #CBB58C
Tints of Tan #CBB58C
RGB
CMYK
RGB Variations
Color information
#CBB58C (or 0xCBB58C) is known color: Tan. HEX triplet: CB, B5 and 8C. RGB value is (203,181,140). Sum of RGB (Red+Green+Blue) = 203+181+140=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB58C is #344A73. Grayscale: #B7B7B7. Windows color (decimal): -3426932 or 9221579. OLE color: 9221579.
HSL color Cylindrical-coordinate representation of color #CBB58C: hue angle of 39.05º 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 #CBB58C is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 140 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.20 |
| HSL | 39.05º | 0.38% | 0.67% | - |
| HSV(B) | 39.05º | 0.31% | 0.8% | - |
| XYZ | 45.89 | 47.64 | 31.59 | - |
| YUV | 182.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 140 | 0 | 0.11 | 0.31 | 0.20 | 39.05 | 0.38 | 0.67 |
| Hex | CB | B5 | 8C | 0 | B | 1F | 14 | 27 | 26 | 43 |
| Octal | 313 | 265 | 214 | 0 | 13 | 37 | 24 | 47 | 46 | 103 |
| Binary | 11001011 | 10110101 | 10001100 | 0 | 1011 | 11111 | 10100 | 100111 | 100110 | 1000011 |
Color Harmonies of #CBB58C
Complementary color
Monochromatic Colors of #CBB58C
Black with #CBB58C
Text Example
Text Example
White with #CBB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB58C; }
p { color: rgb(203,181,140); }
H1.HeaderClassName
{
color: #CBB58C;
}
.AnyTagClassName
{
color: #CBB58C;
}
</style>
background-color css
<style>
a { background-color: #CBB58C; }
a { background-color: rgb(203,181,140); }
div.DivClassName
{
background-color: #CBB58C;
}
.BgClassName
{
background-color: #CBB58C;
}
</style>
border-color css
<style>
span { border-color: #CBB58C; }
span { border-color: rgb(203,181,140); }
td.TdClassName
{
border-color: #CBB58C;
}
.TagClassName
{
border-color: #CBB58C;
}
</style>