Shades of Tan #CCB38D
Tints of Tan #CCB38D
RGB
CMYK
RGB Variations
Color information
#CCB38D (or 0xCCB38D) is known color: Tan. HEX triplet: CC, B3 and 8D. RGB value is (204,179,141). Sum of RGB (Red+Green+Blue) = 204+179+141=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB38D is #334C72. Grayscale: #B6B6B6. Windows color (decimal): -3361907 or 9286604. OLE color: 9286604.
HSL color Cylindrical-coordinate representation of color #CCB38D: hue angle of 36.19º 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 #CCB38D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 141 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.2 |
| HSL | 36.19º | 0.38% | 0.68% | - |
| HSV(B) | 36.19º | 0.31% | 0.8% | - |
| XYZ | 45.83 | 47 | 31.86 | - |
| YUV | 182.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 141 | 0 | 0.12 | 0.31 | 0.2 | 36.19 | 0.38 | 0.68 |
| Hex | CC | B3 | 8D | 0 | C | 1F | 14 | 24 | 26 | 44 |
| Octal | 314 | 263 | 215 | 0 | 14 | 37 | 24 | 44 | 46 | 104 |
| Binary | 11001100 | 10110011 | 10001101 | 0 | 1100 | 11111 | 10100 | 100100 | 100110 | 1000100 |
Color Harmonies of #CCB38D
Complementary color
Monochromatic Colors of #CCB38D
Black with #CCB38D
Text Example
Text Example
White with #CCB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB38D; }
p { color: rgb(204,179,141); }
H1.HeaderClassName
{
color: #CCB38D;
}
.AnyTagClassName
{
color: #CCB38D;
}
</style>
background-color css
<style>
a { background-color: #CCB38D; }
a { background-color: rgb(204,179,141); }
div.DivClassName
{
background-color: #CCB38D;
}
.BgClassName
{
background-color: #CCB38D;
}
</style>
border-color css
<style>
span { border-color: #CCB38D; }
span { border-color: rgb(204,179,141); }
td.TdClassName
{
border-color: #CCB38D;
}
.TagClassName
{
border-color: #CCB38D;
}
</style>