Shades of Tan #CCB284
Tints of Tan #CCB284
RGB
CMYK
RGB Variations
Color information
#CCB284 (or 0xCCB284) is known color: Tan. HEX triplet: CC, B2 and 84. RGB value is (204,178,132). Sum of RGB (Red+Green+Blue) = 204+178+132=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB284 is #334D7B. Grayscale: #B4B4B4. Windows color (decimal): -3362172 or 8696524. OLE color: 8696524.
HSL color Cylindrical-coordinate representation of color #CCB284: hue angle of 38.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCB284 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 132 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.2 |
| HSL | 38.33º | 0.41% | 0.66% | - |
| HSV(B) | 38.33º | 0.35% | 0.8% | - |
| XYZ | 44.99 | 46.34 | 28.4 | - |
| YUV | 180.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 132 | 0 | 0.13 | 0.35 | 0.2 | 38.33 | 0.41 | 0.66 |
| Hex | CC | B2 | 84 | 0 | D | 23 | 14 | 26 | 29 | 42 |
| Octal | 314 | 262 | 204 | 0 | 15 | 43 | 24 | 46 | 51 | 102 |
| Binary | 11001100 | 10110010 | 10000100 | 0 | 1101 | 100011 | 10100 | 100110 | 101001 | 1000010 |
Color Harmonies of #CCB284
Complementary color
Monochromatic Colors of #CCB284
Black with #CCB284
Text Example
Text Example
White with #CCB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB284; }
p { color: rgb(204,178,132); }
H1.HeaderClassName
{
color: #CCB284;
}
.AnyTagClassName
{
color: #CCB284;
}
</style>
background-color css
<style>
a { background-color: #CCB284; }
a { background-color: rgb(204,178,132); }
div.DivClassName
{
background-color: #CCB284;
}
.BgClassName
{
background-color: #CCB284;
}
</style>
border-color css
<style>
span { border-color: #CCB284; }
span { border-color: rgb(204,178,132); }
td.TdClassName
{
border-color: #CCB284;
}
.TagClassName
{
border-color: #CCB284;
}
</style>