Shades of Tan #CCB38A
Tints of Tan #CCB38A
RGB
CMYK
RGB Variations
Color information
#CCB38A (or 0xCCB38A) is known color: Tan. HEX triplet: CC, B3 and 8A. RGB value is (204,179,138). Sum of RGB (Red+Green+Blue) = 204+179+138=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB38A is #334C75. Grayscale: #B5B5B5. Windows color (decimal): -3361910 or 9089996. OLE color: 9089996.
HSL color Cylindrical-coordinate representation of color #CCB38A: hue angle of 37.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCB38A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 138 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.2 |
| HSL | 37.27º | 0.39% | 0.67% | - |
| HSV(B) | 37.27º | 0.32% | 0.8% | - |
| XYZ | 45.61 | 46.91 | 30.7 | - |
| YUV | 181.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 138 | 0 | 0.12 | 0.32 | 0.2 | 37.27 | 0.39 | 0.67 |
| Hex | CC | B3 | 8A | 0 | C | 20 | 14 | 25 | 27 | 43 |
| Octal | 314 | 263 | 212 | 0 | 14 | 40 | 24 | 45 | 47 | 103 |
| Binary | 11001100 | 10110011 | 10001010 | 0 | 1100 | 100000 | 10100 | 100101 | 100111 | 1000011 |
Color Harmonies of #CCB38A
Complementary color
Monochromatic Colors of #CCB38A
Black with #CCB38A
Text Example
Text Example
White with #CCB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB38A; }
p { color: rgb(204,179,138); }
H1.HeaderClassName
{
color: #CCB38A;
}
.AnyTagClassName
{
color: #CCB38A;
}
</style>
background-color css
<style>
a { background-color: #CCB38A; }
a { background-color: rgb(204,179,138); }
div.DivClassName
{
background-color: #CCB38A;
}
.BgClassName
{
background-color: #CCB38A;
}
</style>
border-color css
<style>
span { border-color: #CCB38A; }
span { border-color: rgb(204,179,138); }
td.TdClassName
{
border-color: #CCB38A;
}
.TagClassName
{
border-color: #CCB38A;
}
</style>