Shades of Tan #CBB18C
Tints of Tan #CBB18C
RGB
CMYK
RGB Variations
Color information
#CBB18C (or 0xCBB18C) is known color: Tan. HEX triplet: CB, B1 and 8C. RGB value is (203,177,140). Sum of RGB (Red+Green+Blue) = 203+177+140=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB18C is #344E73. Grayscale: #B4B4B4. Windows color (decimal): -3427956 or 9220555. OLE color: 9220555.
HSL color Cylindrical-coordinate representation of color #CBB18C: hue angle of 35.24º 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 #CBB18C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 140 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.20 |
| HSL | 35.24º | 0.38% | 0.67% | - |
| HSV(B) | 35.24º | 0.31% | 0.8% | - |
| XYZ | 45.08 | 46.03 | 31.32 | - |
| YUV | 180.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 140 | 0 | 0.13 | 0.31 | 0.20 | 35.24 | 0.38 | 0.67 |
| Hex | CB | B1 | 8C | 0 | D | 1F | 14 | 23 | 26 | 43 |
| Octal | 313 | 261 | 214 | 0 | 15 | 37 | 24 | 43 | 46 | 103 |
| Binary | 11001011 | 10110001 | 10001100 | 0 | 1101 | 11111 | 10100 | 100011 | 100110 | 1000011 |
Color Harmonies of #CBB18C
Complementary color
Monochromatic Colors of #CBB18C
Black with #CBB18C
Text Example
Text Example
White with #CBB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB18C; }
p { color: rgb(203,177,140); }
H1.HeaderClassName
{
color: #CBB18C;
}
.AnyTagClassName
{
color: #CBB18C;
}
</style>
background-color css
<style>
a { background-color: #CBB18C; }
a { background-color: rgb(203,177,140); }
div.DivClassName
{
background-color: #CBB18C;
}
.BgClassName
{
background-color: #CBB18C;
}
</style>
border-color css
<style>
span { border-color: #CBB18C; }
span { border-color: rgb(203,177,140); }
td.TdClassName
{
border-color: #CBB18C;
}
.TagClassName
{
border-color: #CBB18C;
}
</style>