Shades of Tan #CCB385
Tints of Tan #CCB385
RGB
CMYK
RGB Variations
Color information
#CCB385 (or 0xCCB385) is known color: Tan. HEX triplet: CC, B3 and 85. RGB value is (204,179,133). Sum of RGB (Red+Green+Blue) = 204+179+133=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB385 is #334C7A. Grayscale: #B5B5B5. Windows color (decimal): -3361915 or 8762316. OLE color: 8762316.
HSL color Cylindrical-coordinate representation of color #CCB385: hue angle of 38.87º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCB385 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 133 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.2 |
| HSL | 38.87º | 0.41% | 0.66% | - |
| HSV(B) | 38.87º | 0.35% | 0.8% | - |
| XYZ | 45.26 | 46.77 | 28.83 | - |
| YUV | 181.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 133 | 0 | 0.12 | 0.35 | 0.2 | 38.87 | 0.41 | 0.66 |
| Hex | CC | B3 | 85 | 0 | C | 23 | 14 | 27 | 29 | 42 |
| Octal | 314 | 263 | 205 | 0 | 14 | 43 | 24 | 47 | 51 | 102 |
| Binary | 11001100 | 10110011 | 10000101 | 0 | 1100 | 100011 | 10100 | 100111 | 101001 | 1000010 |
Color Harmonies of #CCB385
Complementary color
Monochromatic Colors of #CCB385
Black with #CCB385
Text Example
Text Example
White with #CCB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB385; }
p { color: rgb(204,179,133); }
H1.HeaderClassName
{
color: #CCB385;
}
.AnyTagClassName
{
color: #CCB385;
}
</style>
background-color css
<style>
a { background-color: #CCB385; }
a { background-color: rgb(204,179,133); }
div.DivClassName
{
background-color: #CCB385;
}
.BgClassName
{
background-color: #CCB385;
}
</style>
border-color css
<style>
span { border-color: #CCB385; }
span { border-color: rgb(204,179,133); }
td.TdClassName
{
border-color: #CCB385;
}
.TagClassName
{
border-color: #CCB385;
}
</style>