Shades of Tan #CCB28E
Tints of Tan #CCB28E
RGB
CMYK
RGB Variations
Color information
#CCB28E (or 0xCCB28E) is known color: Tan. HEX triplet: CC, B2 and 8E. RGB value is (204,178,142). Sum of RGB (Red+Green+Blue) = 204+178+142=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB28E is #334D71. Grayscale: #B5B5B5. Windows color (decimal): -3362162 or 9351884. OLE color: 9351884.
HSL color Cylindrical-coordinate representation of color #CCB28E: hue angle of 34.84º 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 #CCB28E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 142 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.2 |
| HSL | 34.84º | 0.38% | 0.68% | - |
| HSV(B) | 34.84º | 0.3% | 0.8% | - |
| XYZ | 45.7 | 46.63 | 32.18 | - |
| YUV | 181.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 142 | 0 | 0.13 | 0.30 | 0.2 | 34.84 | 0.38 | 0.68 |
| Hex | CC | B2 | 8E | 0 | D | 1E | 14 | 23 | 26 | 44 |
| Octal | 314 | 262 | 216 | 0 | 15 | 36 | 24 | 43 | 46 | 104 |
| Binary | 11001100 | 10110010 | 10001110 | 0 | 1101 | 11110 | 10100 | 100011 | 100110 | 1000100 |
Color Harmonies of #CCB28E
Complementary color
Monochromatic Colors of #CCB28E
Black with #CCB28E
Text Example
Text Example
White with #CCB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB28E; }
p { color: rgb(204,178,142); }
H1.HeaderClassName
{
color: #CCB28E;
}
.AnyTagClassName
{
color: #CCB28E;
}
</style>
background-color css
<style>
a { background-color: #CCB28E; }
a { background-color: rgb(204,178,142); }
div.DivClassName
{
background-color: #CCB28E;
}
.BgClassName
{
background-color: #CCB28E;
}
</style>
border-color css
<style>
span { border-color: #CCB28E; }
span { border-color: rgb(204,178,142); }
td.TdClassName
{
border-color: #CCB28E;
}
.TagClassName
{
border-color: #CCB28E;
}
</style>