Shades of Tan #CCB388
Tints of Tan #CCB388
RGB
CMYK
RGB Variations
Color information
#CCB388 (or 0xCCB388) is known color: Tan. HEX triplet: CC, B3 and 88. RGB value is (204,179,136). Sum of RGB (Red+Green+Blue) = 204+179+136=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB388 is #334C77. Grayscale: #B5B5B5. Windows color (decimal): -3361912 or 8958924. OLE color: 8958924.
HSL color Cylindrical-coordinate representation of color #CCB388: hue angle of 37.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCB388 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 136 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.2 |
| HSL | 37.94º | 0.4% | 0.67% | - |
| HSV(B) | 37.94º | 0.33% | 0.8% | - |
| XYZ | 45.47 | 46.86 | 29.94 | - |
| YUV | 181.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 136 | 0 | 0.12 | 0.33 | 0.2 | 37.94 | 0.4 | 0.67 |
| Hex | CC | B3 | 88 | 0 | C | 21 | 14 | 26 | 28 | 43 |
| Octal | 314 | 263 | 210 | 0 | 14 | 41 | 24 | 46 | 50 | 103 |
| Binary | 11001100 | 10110011 | 10001000 | 0 | 1100 | 100001 | 10100 | 100110 | 101000 | 1000011 |
Color Harmonies of #CCB388
Complementary color
Monochromatic Colors of #CCB388
Black with #CCB388
Text Example
Text Example
White with #CCB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB388; }
p { color: rgb(204,179,136); }
H1.HeaderClassName
{
color: #CCB388;
}
.AnyTagClassName
{
color: #CCB388;
}
</style>
background-color css
<style>
a { background-color: #CCB388; }
a { background-color: rgb(204,179,136); }
div.DivClassName
{
background-color: #CCB388;
}
.BgClassName
{
background-color: #CCB388;
}
</style>
border-color css
<style>
span { border-color: #CCB388; }
span { border-color: rgb(204,179,136); }
td.TdClassName
{
border-color: #CCB388;
}
.TagClassName
{
border-color: #CCB388;
}
</style>