Shades of Tan #CCB98D
Tints of Tan #CCB98D
RGB
CMYK
RGB Variations
Color information
#CCB98D (or 0xCCB98D) is known color: Tan. HEX triplet: CC, B9 and 8D. RGB value is (204,185,141). Sum of RGB (Red+Green+Blue) = 204+185+141=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98D is #334672. Grayscale: #B9B9B9. Windows color (decimal): -3360371 or 9288140. OLE color: 9288140.
HSL color Cylindrical-coordinate representation of color #CCB98D: hue angle of 41.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB98D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 141 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.2 |
| HSL | 41.9º | 0.38% | 0.68% | - |
| HSV(B) | 41.9º | 0.31% | 0.8% | - |
| XYZ | 47.06 | 49.46 | 32.27 | - |
| YUV | 185.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 141 | 0 | 0.09 | 0.31 | 0.2 | 41.9 | 0.38 | 0.68 |
| Hex | CC | B9 | 8D | 0 | 9 | 1F | 14 | 2A | 26 | 44 |
| Octal | 314 | 271 | 215 | 0 | 11 | 37 | 24 | 52 | 46 | 104 |
| Binary | 11001100 | 10111001 | 10001101 | 0 | 1001 | 11111 | 10100 | 101010 | 100110 | 1000100 |
Color Harmonies of #CCB98D
Complementary color
Monochromatic Colors of #CCB98D
Black with #CCB98D
Text Example
Text Example
White with #CCB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB98D; }
p { color: rgb(204,185,141); }
H1.HeaderClassName
{
color: #CCB98D;
}
.AnyTagClassName
{
color: #CCB98D;
}
</style>
background-color css
<style>
a { background-color: #CCB98D; }
a { background-color: rgb(204,185,141); }
div.DivClassName
{
background-color: #CCB98D;
}
.BgClassName
{
background-color: #CCB98D;
}
</style>
border-color css
<style>
span { border-color: #CCB98D; }
span { border-color: rgb(204,185,141); }
td.TdClassName
{
border-color: #CCB98D;
}
.TagClassName
{
border-color: #CCB98D;
}
</style>