Shades of Tan #CDB18C
Tints of Tan #CDB18C
RGB
CMYK
RGB Variations
Color information
#CDB18C (or 0xCDB18C) is known color: Tan. HEX triplet: CD, B1 and 8C. RGB value is (205,177,140). Sum of RGB (Red+Green+Blue) = 205+177+140=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB18C is #324E73. Grayscale: #B5B5B5. Windows color (decimal): -3296884 or 9220557. OLE color: 9220557.
HSL color Cylindrical-coordinate representation of color #CDB18C: hue angle of 34.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDB18C is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 140 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.20 |
| HSL | 34.15º | 0.39% | 0.68% | - |
| HSV(B) | 34.15º | 0.32% | 0.8% | - |
| XYZ | 45.63 | 46.32 | 31.35 | - |
| YUV | 181.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 140 | 0 | 0.14 | 0.32 | 0.20 | 34.15 | 0.39 | 0.68 |
| Hex | CD | B1 | 8C | 0 | E | 20 | 14 | 22 | 27 | 44 |
| Octal | 315 | 261 | 214 | 0 | 16 | 40 | 24 | 42 | 47 | 104 |
| Binary | 11001101 | 10110001 | 10001100 | 0 | 1110 | 100000 | 10100 | 100010 | 100111 | 1000100 |
Color Harmonies of #CDB18C
Complementary color
Monochromatic Colors of #CDB18C
Black with #CDB18C
Text Example
Text Example
White with #CDB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB18C; }
p { color: rgb(205,177,140); }
H1.HeaderClassName
{
color: #CDB18C;
}
.AnyTagClassName
{
color: #CDB18C;
}
</style>
background-color css
<style>
a { background-color: #CDB18C; }
a { background-color: rgb(205,177,140); }
div.DivClassName
{
background-color: #CDB18C;
}
.BgClassName
{
background-color: #CDB18C;
}
</style>
border-color css
<style>
span { border-color: #CDB18C; }
span { border-color: rgb(205,177,140); }
td.TdClassName
{
border-color: #CDB18C;
}
.TagClassName
{
border-color: #CDB18C;
}
</style>