Shades of Tan #CCB38C
Tints of Tan #CCB38C
RGB
CMYK
RGB Variations
Color information
#CCB38C (or 0xCCB38C) is known color: Tan. HEX triplet: CC, B3 and 8C. RGB value is (204,179,140). Sum of RGB (Red+Green+Blue) = 204+179+140=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB38C is #334C73. Grayscale: #B6B6B6. Windows color (decimal): -3361908 or 9221068. OLE color: 9221068.
HSL color Cylindrical-coordinate representation of color #CCB38C: hue angle of 36.56º degrees, saturation: 0.39, 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 #CCB38C is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 140 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.2 |
| HSL | 36.56º | 0.39% | 0.67% | - |
| HSV(B) | 36.56º | 0.31% | 0.8% | - |
| XYZ | 45.76 | 46.97 | 31.47 | - |
| YUV | 182.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 140 | 0 | 0.12 | 0.31 | 0.2 | 36.56 | 0.39 | 0.67 |
| Hex | CC | B3 | 8C | 0 | C | 1F | 14 | 25 | 27 | 43 |
| Octal | 314 | 263 | 214 | 0 | 14 | 37 | 24 | 45 | 47 | 103 |
| Binary | 11001100 | 10110011 | 10001100 | 0 | 1100 | 11111 | 10100 | 100101 | 100111 | 1000011 |
Color Harmonies of #CCB38C
Complementary color
Monochromatic Colors of #CCB38C
Black with #CCB38C
Text Example
Text Example
White with #CCB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB38C; }
p { color: rgb(204,179,140); }
H1.HeaderClassName
{
color: #CCB38C;
}
.AnyTagClassName
{
color: #CCB38C;
}
</style>
background-color css
<style>
a { background-color: #CCB38C; }
a { background-color: rgb(204,179,140); }
div.DivClassName
{
background-color: #CCB38C;
}
.BgClassName
{
background-color: #CCB38C;
}
</style>
border-color css
<style>
span { border-color: #CCB38C; }
span { border-color: rgb(204,179,140); }
td.TdClassName
{
border-color: #CCB38C;
}
.TagClassName
{
border-color: #CCB38C;
}
</style>