Shades of Tan #CCB390
Tints of Tan #CCB390
RGB
CMYK
RGB Variations
Color information
#CCB390 (or 0xCCB390) is known color: Tan. HEX triplet: CC, B3 and 90. RGB value is (204,179,144). Sum of RGB (Red+Green+Blue) = 204+179+144=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB390 is #334C6F. Grayscale: #B6B6B6. Windows color (decimal): -3361904 or 9483212. OLE color: 9483212.
HSL color Cylindrical-coordinate representation of color #CCB390: hue angle of 35º 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 #CCB390 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 144 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.2 |
| HSL | 35º | 0.37% | 0.68% | - |
| HSV(B) | 35º | 0.29% | 0.8% | - |
| XYZ | 46.06 | 47.09 | 33.05 | - |
| YUV | 182.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 144 | 0 | 0.12 | 0.29 | 0.2 | 35 | 0.37 | 0.68 |
| Hex | CC | B3 | 90 | 0 | C | 1D | 14 | 23 | 25 | 44 |
| Octal | 314 | 263 | 220 | 0 | 14 | 35 | 24 | 43 | 45 | 104 |
| Binary | 11001100 | 10110011 | 10010000 | 0 | 1100 | 11101 | 10100 | 100011 | 100101 | 1000100 |
Color Harmonies of #CCB390
Complementary color
Monochromatic Colors of #CCB390
Black with #CCB390
Text Example
Text Example
White with #CCB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB390; }
p { color: rgb(204,179,144); }
H1.HeaderClassName
{
color: #CCB390;
}
.AnyTagClassName
{
color: #CCB390;
}
</style>
background-color css
<style>
a { background-color: #CCB390; }
a { background-color: rgb(204,179,144); }
div.DivClassName
{
background-color: #CCB390;
}
.BgClassName
{
background-color: #CCB390;
}
</style>
border-color css
<style>
span { border-color: #CCB390; }
span { border-color: rgb(204,179,144); }
td.TdClassName
{
border-color: #CCB390;
}
.TagClassName
{
border-color: #CCB390;
}
</style>