Shades of Tan #CAB18C
Tints of Tan #CAB18C
RGB
CMYK
RGB Variations
Color information
#CAB18C (or 0xCAB18C) is known color: Tan. HEX triplet: CA, B1 and 8C. RGB value is (202,177,140). Sum of RGB (Red+Green+Blue) = 202+177+140=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB18C is #354E73. Grayscale: #B4B4B4. Windows color (decimal): -3493492 or 9220554. OLE color: 9220554.
HSL color Cylindrical-coordinate representation of color #CAB18C: hue angle of 35.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAB18C is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 140 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.21 |
| HSL | 35.81º | 0.37% | 0.67% | - |
| HSV(B) | 35.81º | 0.31% | 0.79% | - |
| XYZ | 44.81 | 45.89 | 31.31 | - |
| YUV | 180.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 140 | 0 | 0.12 | 0.31 | 0.21 | 35.81 | 0.37 | 0.67 |
| Hex | CA | B1 | 8C | 0 | C | 1F | 15 | 24 | 25 | 43 |
| Octal | 312 | 261 | 214 | 0 | 14 | 37 | 25 | 44 | 45 | 103 |
| Binary | 11001010 | 10110001 | 10001100 | 0 | 1100 | 11111 | 10101 | 100100 | 100101 | 1000011 |
Color Harmonies of #CAB18C
Complementary color
Monochromatic Colors of #CAB18C
Black with #CAB18C
Text Example
Text Example
White with #CAB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB18C; }
p { color: rgb(202,177,140); }
H1.HeaderClassName
{
color: #CAB18C;
}
.AnyTagClassName
{
color: #CAB18C;
}
</style>
background-color css
<style>
a { background-color: #CAB18C; }
a { background-color: rgb(202,177,140); }
div.DivClassName
{
background-color: #CAB18C;
}
.BgClassName
{
background-color: #CAB18C;
}
</style>
border-color css
<style>
span { border-color: #CAB18C; }
span { border-color: rgb(202,177,140); }
td.TdClassName
{
border-color: #CAB18C;
}
.TagClassName
{
border-color: #CAB18C;
}
</style>