Shades of Tan #CCB189
Tints of Tan #CCB189
RGB
CMYK
RGB Variations
Color information
#CCB189 (or 0xCCB189) is known color: Tan. HEX triplet: CC, B1 and 89. RGB value is (204,177,137). Sum of RGB (Red+Green+Blue) = 204+177+137=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB189 is #334E76. Grayscale: #B4B4B4. Windows color (decimal): -3362423 or 9023948. OLE color: 9023948.
HSL color Cylindrical-coordinate representation of color #CCB189: hue angle of 35.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCB189 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 137 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.2 |
| HSL | 35.82º | 0.4% | 0.67% | - |
| HSV(B) | 35.82º | 0.33% | 0.8% | - |
| XYZ | 45.14 | 46.09 | 30.18 | - |
| YUV | 180.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 137 | 0 | 0.13 | 0.33 | 0.2 | 35.82 | 0.4 | 0.67 |
| Hex | CC | B1 | 89 | 0 | D | 21 | 14 | 24 | 28 | 43 |
| Octal | 314 | 261 | 211 | 0 | 15 | 41 | 24 | 44 | 50 | 103 |
| Binary | 11001100 | 10110001 | 10001001 | 0 | 1101 | 100001 | 10100 | 100100 | 101000 | 1000011 |
Color Harmonies of #CCB189
Complementary color
Monochromatic Colors of #CCB189
Black with #CCB189
Text Example
Text Example
White with #CCB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB189; }
p { color: rgb(204,177,137); }
H1.HeaderClassName
{
color: #CCB189;
}
.AnyTagClassName
{
color: #CCB189;
}
</style>
background-color css
<style>
a { background-color: #CCB189; }
a { background-color: rgb(204,177,137); }
div.DivClassName
{
background-color: #CCB189;
}
.BgClassName
{
background-color: #CCB189;
}
</style>
border-color css
<style>
span { border-color: #CCB189; }
span { border-color: rgb(204,177,137); }
td.TdClassName
{
border-color: #CCB189;
}
.TagClassName
{
border-color: #CCB189;
}
</style>