Shades of Tan #CCB58D
Tints of Tan #CCB58D
RGB
CMYK
RGB Variations
Color information
#CCB58D (or 0xCCB58D) is known color: Tan. HEX triplet: CC, B5 and 8D. RGB value is (204,181,141). Sum of RGB (Red+Green+Blue) = 204+181+141=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB58D is #334A72. Grayscale: #B7B7B7. Windows color (decimal): -3361395 or 9287116. OLE color: 9287116.
HSL color Cylindrical-coordinate representation of color #CCB58D: hue angle of 38.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB58D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 141 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.2 |
| HSL | 38.1º | 0.38% | 0.68% | - |
| HSV(B) | 38.1º | 0.31% | 0.8% | - |
| XYZ | 46.23 | 47.81 | 31.99 | - |
| YUV | 183.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 141 | 0 | 0.11 | 0.31 | 0.2 | 38.1 | 0.38 | 0.68 |
| Hex | CC | B5 | 8D | 0 | B | 1F | 14 | 26 | 26 | 44 |
| Octal | 314 | 265 | 215 | 0 | 13 | 37 | 24 | 46 | 46 | 104 |
| Binary | 11001100 | 10110101 | 10001101 | 0 | 1011 | 11111 | 10100 | 100110 | 100110 | 1000100 |
Color Harmonies of #CCB58D
Complementary color
Monochromatic Colors of #CCB58D
Black with #CCB58D
Text Example
Text Example
White with #CCB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB58D; }
p { color: rgb(204,181,141); }
H1.HeaderClassName
{
color: #CCB58D;
}
.AnyTagClassName
{
color: #CCB58D;
}
</style>
background-color css
<style>
a { background-color: #CCB58D; }
a { background-color: rgb(204,181,141); }
div.DivClassName
{
background-color: #CCB58D;
}
.BgClassName
{
background-color: #CCB58D;
}
</style>
border-color css
<style>
span { border-color: #CCB58D; }
span { border-color: rgb(204,181,141); }
td.TdClassName
{
border-color: #CCB58D;
}
.TagClassName
{
border-color: #CCB58D;
}
</style>