Shades of Tan #CCB88C
Tints of Tan #CCB88C
RGB
CMYK
RGB Variations
Color information
#CCB88C (or 0xCCB88C) is known color: Tan. HEX triplet: CC, B8 and 8C. RGB value is (204,184,140). Sum of RGB (Red+Green+Blue) = 204+184+140=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB88C is #334773. Grayscale: #B9B9B9. Windows color (decimal): -3360628 or 9222348. OLE color: 9222348.
HSL color Cylindrical-coordinate representation of color #CCB88C: hue angle of 41.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB88C is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 140 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.2 |
| HSL | 41.25º | 0.39% | 0.67% | - |
| HSV(B) | 41.25º | 0.31% | 0.8% | - |
| XYZ | 46.78 | 49.01 | 31.81 | - |
| YUV | 184.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 140 | 0 | 0.10 | 0.31 | 0.2 | 41.25 | 0.39 | 0.67 |
| Hex | CC | B8 | 8C | 0 | A | 1F | 14 | 29 | 27 | 43 |
| Octal | 314 | 270 | 214 | 0 | 12 | 37 | 24 | 51 | 47 | 103 |
| Binary | 11001100 | 10111000 | 10001100 | 0 | 1010 | 11111 | 10100 | 101001 | 100111 | 1000011 |
Color Harmonies of #CCB88C
Complementary color
Monochromatic Colors of #CCB88C
Black with #CCB88C
Text Example
Text Example
White with #CCB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB88C; }
p { color: rgb(204,184,140); }
H1.HeaderClassName
{
color: #CCB88C;
}
.AnyTagClassName
{
color: #CCB88C;
}
</style>
background-color css
<style>
a { background-color: #CCB88C; }
a { background-color: rgb(204,184,140); }
div.DivClassName
{
background-color: #CCB88C;
}
.BgClassName
{
background-color: #CCB88C;
}
</style>
border-color css
<style>
span { border-color: #CCB88C; }
span { border-color: rgb(204,184,140); }
td.TdClassName
{
border-color: #CCB88C;
}
.TagClassName
{
border-color: #CCB88C;
}
</style>