Shades of Tan #CCB089
Tints of Tan #CCB089
RGB
CMYK
RGB Variations
Color information
#CCB089 (or 0xCCB089) is known color: Tan. HEX triplet: CC, B0 and 89. RGB value is (204,176,137). Sum of RGB (Red+Green+Blue) = 204+176+137=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB089 is #334F76. Grayscale: #B4B4B4. Windows color (decimal): -3362679 or 9023692. OLE color: 9023692.
HSL color Cylindrical-coordinate representation of color #CCB089: hue angle of 34.93º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCB089 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 137 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.2 |
| HSL | 34.93º | 0.4% | 0.67% | - |
| HSV(B) | 34.93º | 0.33% | 0.8% | - |
| XYZ | 44.94 | 45.69 | 30.12 | - |
| YUV | 179.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 137 | 0 | 0.14 | 0.33 | 0.2 | 34.93 | 0.4 | 0.67 |
| Hex | CC | B0 | 89 | 0 | E | 21 | 14 | 23 | 28 | 43 |
| Octal | 314 | 260 | 211 | 0 | 16 | 41 | 24 | 43 | 50 | 103 |
| Binary | 11001100 | 10110000 | 10001001 | 0 | 1110 | 100001 | 10100 | 100011 | 101000 | 1000011 |
Color Harmonies of #CCB089
Complementary color
Monochromatic Colors of #CCB089
Black with #CCB089
Text Example
Text Example
White with #CCB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB089; }
p { color: rgb(204,176,137); }
H1.HeaderClassName
{
color: #CCB089;
}
.AnyTagClassName
{
color: #CCB089;
}
</style>
background-color css
<style>
a { background-color: #CCB089; }
a { background-color: rgb(204,176,137); }
div.DivClassName
{
background-color: #CCB089;
}
.BgClassName
{
background-color: #CCB089;
}
</style>
border-color css
<style>
span { border-color: #CCB089; }
span { border-color: rgb(204,176,137); }
td.TdClassName
{
border-color: #CCB089;
}
.TagClassName
{
border-color: #CCB089;
}
</style>