Shades of Tan #CCB58B
Tints of Tan #CCB58B
RGB
CMYK
RGB Variations
Color information
#CCB58B (or 0xCCB58B) is known color: Tan. HEX triplet: CC, B5 and 8B. RGB value is (204,181,139). Sum of RGB (Red+Green+Blue) = 204+181+139=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB58B is #334A74. Grayscale: #B7B7B7. Windows color (decimal): -3361397 or 9156044. OLE color: 9156044.
HSL color Cylindrical-coordinate representation of color #CCB58B: hue angle of 38.77º 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 #CCB58B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 139 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.2 |
| HSL | 38.77º | 0.39% | 0.67% | - |
| HSV(B) | 38.77º | 0.32% | 0.8% | - |
| XYZ | 46.09 | 47.75 | 31.21 | - |
| YUV | 183.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 139 | 0 | 0.11 | 0.32 | 0.2 | 38.77 | 0.39 | 0.67 |
| Hex | CC | B5 | 8B | 0 | B | 20 | 14 | 27 | 27 | 43 |
| Octal | 314 | 265 | 213 | 0 | 13 | 40 | 24 | 47 | 47 | 103 |
| Binary | 11001100 | 10110101 | 10001011 | 0 | 1011 | 100000 | 10100 | 100111 | 100111 | 1000011 |
Color Harmonies of #CCB58B
Complementary color
Monochromatic Colors of #CCB58B
Black with #CCB58B
Text Example
Text Example
White with #CCB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB58B; }
p { color: rgb(204,181,139); }
H1.HeaderClassName
{
color: #CCB58B;
}
.AnyTagClassName
{
color: #CCB58B;
}
</style>
background-color css
<style>
a { background-color: #CCB58B; }
a { background-color: rgb(204,181,139); }
div.DivClassName
{
background-color: #CCB58B;
}
.BgClassName
{
background-color: #CCB58B;
}
</style>
border-color css
<style>
span { border-color: #CCB58B; }
span { border-color: rgb(204,181,139); }
td.TdClassName
{
border-color: #CCB58B;
}
.TagClassName
{
border-color: #CCB58B;
}
</style>