Shades of Tan #CCB48B
Tints of Tan #CCB48B
RGB
CMYK
RGB Variations
Color information
#CCB48B (or 0xCCB48B) is known color: Tan. HEX triplet: CC, B4 and 8B. RGB value is (204,180,139). Sum of RGB (Red+Green+Blue) = 204+180+139=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB48B is #334B74. Grayscale: #B6B6B6. Windows color (decimal): -3361653 or 9155788. OLE color: 9155788.
HSL color Cylindrical-coordinate representation of color #CCB48B: hue angle of 37.85º 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 #CCB48B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 139 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.2 |
| HSL | 37.85º | 0.39% | 0.67% | - |
| HSV(B) | 37.85º | 0.32% | 0.8% | - |
| XYZ | 45.88 | 47.34 | 31.15 | - |
| YUV | 182.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 139 | 0 | 0.12 | 0.32 | 0.2 | 37.85 | 0.39 | 0.67 |
| Hex | CC | B4 | 8B | 0 | C | 20 | 14 | 26 | 27 | 43 |
| Octal | 314 | 264 | 213 | 0 | 14 | 40 | 24 | 46 | 47 | 103 |
| Binary | 11001100 | 10110100 | 10001011 | 0 | 1100 | 100000 | 10100 | 100110 | 100111 | 1000011 |
Color Harmonies of #CCB48B
Complementary color
Monochromatic Colors of #CCB48B
Black with #CCB48B
Text Example
Text Example
White with #CCB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB48B; }
p { color: rgb(204,180,139); }
H1.HeaderClassName
{
color: #CCB48B;
}
.AnyTagClassName
{
color: #CCB48B;
}
</style>
background-color css
<style>
a { background-color: #CCB48B; }
a { background-color: rgb(204,180,139); }
div.DivClassName
{
background-color: #CCB48B;
}
.BgClassName
{
background-color: #CCB48B;
}
</style>
border-color css
<style>
span { border-color: #CCB48B; }
span { border-color: rgb(204,180,139); }
td.TdClassName
{
border-color: #CCB48B;
}
.TagClassName
{
border-color: #CCB48B;
}
</style>