Shades of Tan #CCB68E
Tints of Tan #CCB68E
RGB
CMYK
RGB Variations
Color information
#CCB68E (or 0xCCB68E) is known color: Tan. HEX triplet: CC, B6 and 8E. RGB value is (204,182,142). Sum of RGB (Red+Green+Blue) = 204+182+142=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68E is #334971. Grayscale: #B8B8B8. Windows color (decimal): -3361138 or 9352908. OLE color: 9352908.
HSL color Cylindrical-coordinate representation of color #CCB68E: hue angle of 38.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB68E is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 142 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.2 |
| HSL | 38.71º | 0.38% | 0.68% | - |
| HSV(B) | 38.71º | 0.3% | 0.8% | - |
| XYZ | 46.51 | 48.25 | 32.45 | - |
| YUV | 184.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 142 | 0 | 0.11 | 0.30 | 0.2 | 38.71 | 0.38 | 0.68 |
| Hex | CC | B6 | 8E | 0 | B | 1E | 14 | 27 | 26 | 44 |
| Octal | 314 | 266 | 216 | 0 | 13 | 36 | 24 | 47 | 46 | 104 |
| Binary | 11001100 | 10110110 | 10001110 | 0 | 1011 | 11110 | 10100 | 100111 | 100110 | 1000100 |
Color Harmonies of #CCB68E
Complementary color
Monochromatic Colors of #CCB68E
Black with #CCB68E
Text Example
Text Example
White with #CCB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB68E; }
p { color: rgb(204,182,142); }
H1.HeaderClassName
{
color: #CCB68E;
}
.AnyTagClassName
{
color: #CCB68E;
}
</style>
background-color css
<style>
a { background-color: #CCB68E; }
a { background-color: rgb(204,182,142); }
div.DivClassName
{
background-color: #CCB68E;
}
.BgClassName
{
background-color: #CCB68E;
}
</style>
border-color css
<style>
span { border-color: #CCB68E; }
span { border-color: rgb(204,182,142); }
td.TdClassName
{
border-color: #CCB68E;
}
.TagClassName
{
border-color: #CCB68E;
}
</style>