Shades of Tan #CCB392
Tints of Tan #CCB392
RGB
CMYK
RGB Variations
Color information
#CCB392 (or 0xCCB392) is known color: Tan. HEX triplet: CC, B3 and 92. RGB value is (204,179,146). Sum of RGB (Red+Green+Blue) = 204+179+146=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB392 is #334C6D. Grayscale: #B6B6B6. Windows color (decimal): -3361902 or 9614284. OLE color: 9614284.
HSL color Cylindrical-coordinate representation of color #CCB392: hue angle of 34.14º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB392 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 146 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.2 |
| HSL | 34.14º | 0.36% | 0.69% | - |
| HSV(B) | 34.14º | 0.28% | 0.8% | - |
| XYZ | 46.21 | 47.15 | 33.86 | - |
| YUV | 182.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 146 | 0 | 0.12 | 0.28 | 0.2 | 34.14 | 0.36 | 0.69 |
| Hex | CC | B3 | 92 | 0 | C | 1C | 14 | 22 | 24 | 45 |
| Octal | 314 | 263 | 222 | 0 | 14 | 34 | 24 | 42 | 44 | 105 |
| Binary | 11001100 | 10110011 | 10010010 | 0 | 1100 | 11100 | 10100 | 100010 | 100100 | 1000101 |
Color Harmonies of #CCB392
Complementary color
Monochromatic Colors of #CCB392
Black with #CCB392
Text Example
Text Example
White with #CCB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB392; }
p { color: rgb(204,179,146); }
H1.HeaderClassName
{
color: #CCB392;
}
.AnyTagClassName
{
color: #CCB392;
}
</style>
background-color css
<style>
a { background-color: #CCB392; }
a { background-color: rgb(204,179,146); }
div.DivClassName
{
background-color: #CCB392;
}
.BgClassName
{
background-color: #CCB392;
}
</style>
border-color css
<style>
span { border-color: #CCB392; }
span { border-color: rgb(204,179,146); }
td.TdClassName
{
border-color: #CCB392;
}
.TagClassName
{
border-color: #CCB392;
}
</style>