Shades of Tan #CBB28C
Tints of Tan #CBB28C
RGB
CMYK
RGB Variations
Color information
#CBB28C (or 0xCBB28C) is known color: Tan. HEX triplet: CB, B2 and 8C. RGB value is (203,178,140). Sum of RGB (Red+Green+Blue) = 203+178+140=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB28C is #344D73. Grayscale: #B5B5B5. Windows color (decimal): -3427700 or 9220811. OLE color: 9220811.
HSL color Cylindrical-coordinate representation of color #CBB28C: hue angle of 36.19º 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 #CBB28C is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 140 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.20 |
| HSL | 36.19º | 0.38% | 0.67% | - |
| HSV(B) | 36.19º | 0.31% | 0.8% | - |
| XYZ | 45.28 | 46.43 | 31.39 | - |
| YUV | 181.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 140 | 0 | 0.12 | 0.31 | 0.20 | 36.19 | 0.38 | 0.67 |
| Hex | CB | B2 | 8C | 0 | C | 1F | 14 | 24 | 26 | 43 |
| Octal | 313 | 262 | 214 | 0 | 14 | 37 | 24 | 44 | 46 | 103 |
| Binary | 11001011 | 10110010 | 10001100 | 0 | 1100 | 11111 | 10100 | 100100 | 100110 | 1000011 |
Color Harmonies of #CBB28C
Complementary color
Monochromatic Colors of #CBB28C
Black with #CBB28C
Text Example
Text Example
White with #CBB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB28C; }
p { color: rgb(203,178,140); }
H1.HeaderClassName
{
color: #CBB28C;
}
.AnyTagClassName
{
color: #CBB28C;
}
</style>
background-color css
<style>
a { background-color: #CBB28C; }
a { background-color: rgb(203,178,140); }
div.DivClassName
{
background-color: #CBB28C;
}
.BgClassName
{
background-color: #CBB28C;
}
</style>
border-color css
<style>
span { border-color: #CBB28C; }
span { border-color: rgb(203,178,140); }
td.TdClassName
{
border-color: #CBB28C;
}
.TagClassName
{
border-color: #CBB28C;
}
</style>