Shades of Tan #CCB78C
Tints of Tan #CCB78C
RGB
CMYK
RGB Variations
Color information
#CCB78C (or 0xCCB78C) is known color: Tan. HEX triplet: CC, B7 and 8C. RGB value is (204,183,140). Sum of RGB (Red+Green+Blue) = 204+183+140=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB78C is #334873. Grayscale: #B8B8B8. Windows color (decimal): -3360884 or 9222092. OLE color: 9222092.
HSL color Cylindrical-coordinate representation of color #CCB78C: hue angle of 40.31º 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 #CCB78C is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 140 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.2 |
| HSL | 40.31º | 0.39% | 0.67% | - |
| HSV(B) | 40.31º | 0.31% | 0.8% | - |
| XYZ | 46.57 | 48.6 | 31.74 | - |
| YUV | 184.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 140 | 0 | 0.10 | 0.31 | 0.2 | 40.31 | 0.39 | 0.67 |
| Hex | CC | B7 | 8C | 0 | A | 1F | 14 | 28 | 27 | 43 |
| Octal | 314 | 267 | 214 | 0 | 12 | 37 | 24 | 50 | 47 | 103 |
| Binary | 11001100 | 10110111 | 10001100 | 0 | 1010 | 11111 | 10100 | 101000 | 100111 | 1000011 |
Color Harmonies of #CCB78C
Complementary color
Monochromatic Colors of #CCB78C
Black with #CCB78C
Text Example
Text Example
White with #CCB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB78C; }
p { color: rgb(204,183,140); }
H1.HeaderClassName
{
color: #CCB78C;
}
.AnyTagClassName
{
color: #CCB78C;
}
</style>
background-color css
<style>
a { background-color: #CCB78C; }
a { background-color: rgb(204,183,140); }
div.DivClassName
{
background-color: #CCB78C;
}
.BgClassName
{
background-color: #CCB78C;
}
</style>
border-color css
<style>
span { border-color: #CCB78C; }
span { border-color: rgb(204,183,140); }
td.TdClassName
{
border-color: #CCB78C;
}
.TagClassName
{
border-color: #CCB78C;
}
</style>