Shades of Tan #CCB486
Tints of Tan #CCB486
RGB
CMYK
RGB Variations
Color information
#CCB486 (or 0xCCB486) is known color: Tan. HEX triplet: CC, B4 and 86. RGB value is (204,180,134). Sum of RGB (Red+Green+Blue) = 204+180+134=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB486 is #334B79. Grayscale: #B6B6B6. Windows color (decimal): -3361658 or 8828108. OLE color: 8828108.
HSL color Cylindrical-coordinate representation of color #CCB486: hue angle of 39.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCB486 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 134 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.2 |
| HSL | 39.43º | 0.41% | 0.66% | - |
| HSV(B) | 39.43º | 0.34% | 0.8% | - |
| XYZ | 45.53 | 47.2 | 29.27 | - |
| YUV | 181.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 134 | 0 | 0.12 | 0.34 | 0.2 | 39.43 | 0.41 | 0.66 |
| Hex | CC | B4 | 86 | 0 | C | 22 | 14 | 27 | 29 | 42 |
| Octal | 314 | 264 | 206 | 0 | 14 | 42 | 24 | 47 | 51 | 102 |
| Binary | 11001100 | 10110100 | 10000110 | 0 | 1100 | 100010 | 10100 | 100111 | 101001 | 1000010 |
Color Harmonies of #CCB486
Complementary color
Monochromatic Colors of #CCB486
Black with #CCB486
Text Example
Text Example
White with #CCB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB486; }
p { color: rgb(204,180,134); }
H1.HeaderClassName
{
color: #CCB486;
}
.AnyTagClassName
{
color: #CCB486;
}
</style>
background-color css
<style>
a { background-color: #CCB486; }
a { background-color: rgb(204,180,134); }
div.DivClassName
{
background-color: #CCB486;
}
.BgClassName
{
background-color: #CCB486;
}
</style>
border-color css
<style>
span { border-color: #CCB486; }
span { border-color: rgb(204,180,134); }
td.TdClassName
{
border-color: #CCB486;
}
.TagClassName
{
border-color: #CCB486;
}
</style>