Shades of Tan #CCB489
Tints of Tan #CCB489
RGB
CMYK
RGB Variations
Color information
#CCB489 (or 0xCCB489) is known color: Tan. HEX triplet: CC, B4 and 89. RGB value is (204,180,137). Sum of RGB (Red+Green+Blue) = 204+180+137=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB489 is #334B76. Grayscale: #B6B6B6. Windows color (decimal): -3361655 or 9024716. OLE color: 9024716.
HSL color Cylindrical-coordinate representation of color #CCB489: hue angle of 38.51º 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 #CCB489 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 137 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.2 |
| HSL | 38.51º | 0.4% | 0.67% | - |
| HSV(B) | 38.51º | 0.33% | 0.8% | - |
| XYZ | 45.74 | 47.29 | 30.38 | - |
| YUV | 182.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 137 | 0 | 0.12 | 0.33 | 0.2 | 38.51 | 0.4 | 0.67 |
| Hex | CC | B4 | 89 | 0 | C | 21 | 14 | 27 | 28 | 43 |
| Octal | 314 | 264 | 211 | 0 | 14 | 41 | 24 | 47 | 50 | 103 |
| Binary | 11001100 | 10110100 | 10001001 | 0 | 1100 | 100001 | 10100 | 100111 | 101000 | 1000011 |
Color Harmonies of #CCB489
Complementary color
Monochromatic Colors of #CCB489
Black with #CCB489
Text Example
Text Example
White with #CCB489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB489; }
p { color: rgb(204,180,137); }
H1.HeaderClassName
{
color: #CCB489;
}
.AnyTagClassName
{
color: #CCB489;
}
</style>
background-color css
<style>
a { background-color: #CCB489; }
a { background-color: rgb(204,180,137); }
div.DivClassName
{
background-color: #CCB489;
}
.BgClassName
{
background-color: #CCB489;
}
</style>
border-color css
<style>
span { border-color: #CCB489; }
span { border-color: rgb(204,180,137); }
td.TdClassName
{
border-color: #CCB489;
}
.TagClassName
{
border-color: #CCB489;
}
</style>