Shades of Tan #CCB688
Tints of Tan #CCB688
RGB
CMYK
RGB Variations
Color information
#CCB688 (or 0xCCB688) is known color: Tan. HEX triplet: CC, B6 and 88. RGB value is (204,182,136). Sum of RGB (Red+Green+Blue) = 204+182+136=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB688 is #334977. Grayscale: #B7B7B7. Windows color (decimal): -3361144 or 8959692. OLE color: 8959692.
HSL color Cylindrical-coordinate representation of color #CCB688: hue angle of 40.59º 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 #CCB688 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 136 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.2 |
| HSL | 40.59º | 0.4% | 0.67% | - |
| HSV(B) | 40.59º | 0.33% | 0.8% | - |
| XYZ | 46.07 | 48.07 | 30.14 | - |
| YUV | 183.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 136 | 0 | 0.11 | 0.33 | 0.2 | 40.59 | 0.4 | 0.67 |
| Hex | CC | B6 | 88 | 0 | B | 21 | 14 | 29 | 28 | 43 |
| Octal | 314 | 266 | 210 | 0 | 13 | 41 | 24 | 51 | 50 | 103 |
| Binary | 11001100 | 10110110 | 10001000 | 0 | 1011 | 100001 | 10100 | 101001 | 101000 | 1000011 |
Color Harmonies of #CCB688
Complementary color
Monochromatic Colors of #CCB688
Black with #CCB688
Text Example
Text Example
White with #CCB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB688; }
p { color: rgb(204,182,136); }
H1.HeaderClassName
{
color: #CCB688;
}
.AnyTagClassName
{
color: #CCB688;
}
</style>
background-color css
<style>
a { background-color: #CCB688; }
a { background-color: rgb(204,182,136); }
div.DivClassName
{
background-color: #CCB688;
}
.BgClassName
{
background-color: #CCB688;
}
</style>
border-color css
<style>
span { border-color: #CCB688; }
span { border-color: rgb(204,182,136); }
td.TdClassName
{
border-color: #CCB688;
}
.TagClassName
{
border-color: #CCB688;
}
</style>