Shades of Tan #CCB38B
Tints of Tan #CCB38B
RGB
CMYK
RGB Variations
Color information
#CCB38B (or 0xCCB38B) is known color: Tan. HEX triplet: CC, B3 and 8B. RGB value is (204,179,139). Sum of RGB (Red+Green+Blue) = 204+179+139=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB38B is #334C74. Grayscale: #B6B6B6. Windows color (decimal): -3361909 or 9155532. OLE color: 9155532.
HSL color Cylindrical-coordinate representation of color #CCB38B: hue angle of 36.92º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCB38B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 179 | 139 | - |
CMYK | 0 | 0.12 | 0.32 | 0.2 |
HSL | 36.92º | 0.39% | 0.67% | - |
HSV(B) | 36.92º | 0.32% | 0.8% | - |
XYZ | 45.68 | 46.94 | 31.08 | - |
YUV | 181.92 | 103.78 | 143.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 179 | 139 | 0 | 0.12 | 0.32 | 0.2 | 36.92 | 0.39 | 0.67 |
Hex | CC | B3 | 8B | 0 | C | 20 | 14 | 25 | 27 | 43 |
Octal | 314 | 263 | 213 | 0 | 14 | 40 | 24 | 45 | 47 | 103 |
Binary | 11001100 | 10110011 | 10001011 | 0 | 1100 | 100000 | 10100 | 100101 | 100111 | 1000011 |
Color Harmonies of #CCB38B
Complementary color
Monochromatic Colors of #CCB38B
Black with #CCB38B
Text Example
Text Example
White with #CCB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB38B; }
p { color: rgb(204,179,139); }
H1.HeaderClassName
{
color: #CCB38B;
}
.AnyTagClassName
{
color: #CCB38B;
}
</style>
background-color css
<style>
a { background-color: #CCB38B; }
a { background-color: rgb(204,179,139); }
div.DivClassName
{
background-color: #CCB38B;
}
.BgClassName
{
background-color: #CCB38B;
}
</style>
border-color css
<style>
span { border-color: #CCB38B; }
span { border-color: rgb(204,179,139); }
td.TdClassName
{
border-color: #CCB38B;
}
.TagClassName
{
border-color: #CCB38B;
}
</style>