Shades of Tan #CDAE89
Tints of Tan #CDAE89
RGB
CMYK
RGB Variations
Color information
#CDAE89 (or 0xCDAE89) is known color: Tan. HEX triplet: CD, AE and 89. RGB value is (205,174,137). Sum of RGB (Red+Green+Blue) = 205+174+137=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE89 is #325176. Grayscale: #B3B3B3. Windows color (decimal): -3297655 or 9023181. OLE color: 9023181.
HSL color Cylindrical-coordinate representation of color #CDAE89: hue angle of 32.65º 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 #CDAE89 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 137 | - |
CMYK | 0 | 0.15 | 0.33 | 0.20 |
HSL | 32.65º | 0.4% | 0.67% | - |
HSV(B) | 32.65º | 0.33% | 0.8% | - |
XYZ | 44.83 | 45.06 | 30 | - |
YUV | 179.05 | 104.27 | 146.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 137 | 0 | 0.15 | 0.33 | 0.20 | 32.65 | 0.4 | 0.67 |
Hex | CD | AE | 89 | 0 | F | 21 | 14 | 21 | 28 | 43 |
Octal | 315 | 256 | 211 | 0 | 17 | 41 | 24 | 41 | 50 | 103 |
Binary | 11001101 | 10101110 | 10001001 | 0 | 1111 | 100001 | 10100 | 100001 | 101000 | 1000011 |
Color Harmonies of #CDAE89
Complementary color
Monochromatic Colors of #CDAE89
Black with #CDAE89
Text Example
Text Example
White with #CDAE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAE89; }
p { color: rgb(205,174,137); }
H1.HeaderClassName
{
color: #CDAE89;
}
.AnyTagClassName
{
color: #CDAE89;
}
</style>
background-color css
<style>
a { background-color: #CDAE89; }
a { background-color: rgb(205,174,137); }
div.DivClassName
{
background-color: #CDAE89;
}
.BgClassName
{
background-color: #CDAE89;
}
</style>
border-color css
<style>
span { border-color: #CDAE89; }
span { border-color: rgb(205,174,137); }
td.TdClassName
{
border-color: #CDAE89;
}
.TagClassName
{
border-color: #CDAE89;
}
</style>