Shades of Tan #CCB790
Tints of Tan #CCB790
RGB
CMYK
RGB Variations
Color information
#CCB790 (or 0xCCB790) is known color: Tan. HEX triplet: CC, B7 and 90. RGB value is (204,183,144). Sum of RGB (Red+Green+Blue) = 204+183+144=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB790 is #33486F. Grayscale: #B9B9B9. Windows color (decimal): -3360880 or 9484236. OLE color: 9484236.
HSL color Cylindrical-coordinate representation of color #CCB790: hue angle of 39º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB790 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 144 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.2 |
| HSL | 39º | 0.37% | 0.68% | - |
| HSV(B) | 39º | 0.29% | 0.8% | - |
| XYZ | 46.87 | 48.72 | 33.32 | - |
| YUV | 184.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 144 | 0 | 0.10 | 0.29 | 0.2 | 39 | 0.37 | 0.68 |
| Hex | CC | B7 | 90 | 0 | A | 1D | 14 | 27 | 25 | 44 |
| Octal | 314 | 267 | 220 | 0 | 12 | 35 | 24 | 47 | 45 | 104 |
| Binary | 11001100 | 10110111 | 10010000 | 0 | 1010 | 11101 | 10100 | 100111 | 100101 | 1000100 |
Color Harmonies of #CCB790
Complementary color
Monochromatic Colors of #CCB790
Black with #CCB790
Text Example
Text Example
White with #CCB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB790; }
p { color: rgb(204,183,144); }
H1.HeaderClassName
{
color: #CCB790;
}
.AnyTagClassName
{
color: #CCB790;
}
</style>
background-color css
<style>
a { background-color: #CCB790; }
a { background-color: rgb(204,183,144); }
div.DivClassName
{
background-color: #CCB790;
}
.BgClassName
{
background-color: #CCB790;
}
</style>
border-color css
<style>
span { border-color: #CCB790; }
span { border-color: rgb(204,183,144); }
td.TdClassName
{
border-color: #CCB790;
}
.TagClassName
{
border-color: #CCB790;
}
</style>