Shades of Tan #CDAF88
Tints of Tan #CDAF88
RGB
CMYK
RGB Variations
Color information
#CDAF88 (or 0xCDAF88) is known color: Tan. HEX triplet: CD, AF and 88. RGB value is (205,175,136). Sum of RGB (Red+Green+Blue) = 205+175+136=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF88 is #325077. Grayscale: #B3B3B3. Windows color (decimal): -3297400 or 8957901. OLE color: 8957901.
HSL color Cylindrical-coordinate representation of color #CDAF88: hue angle of 33.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDAF88 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 175 | 136 | - |
CMYK | 0 | 0.15 | 0.34 | 0.20 |
HSL | 33.91º | 0.41% | 0.67% | - |
HSV(B) | 33.91º | 0.34% | 0.8% | - |
XYZ | 44.95 | 45.42 | 29.69 | - |
YUV | 179.52 | 103.44 | 146.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 175 | 136 | 0 | 0.15 | 0.34 | 0.20 | 33.91 | 0.41 | 0.67 |
Hex | CD | AF | 88 | 0 | F | 22 | 14 | 22 | 29 | 43 |
Octal | 315 | 257 | 210 | 0 | 17 | 42 | 24 | 42 | 51 | 103 |
Binary | 11001101 | 10101111 | 10001000 | 0 | 1111 | 100010 | 10100 | 100010 | 101001 | 1000011 |
Color Harmonies of #CDAF88
Complementary color
Monochromatic Colors of #CDAF88
Black with #CDAF88
Text Example
Text Example
White with #CDAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF88; }
p { color: rgb(205,175,136); }
H1.HeaderClassName
{
color: #CDAF88;
}
.AnyTagClassName
{
color: #CDAF88;
}
</style>
background-color css
<style>
a { background-color: #CDAF88; }
a { background-color: rgb(205,175,136); }
div.DivClassName
{
background-color: #CDAF88;
}
.BgClassName
{
background-color: #CDAF88;
}
</style>
border-color css
<style>
span { border-color: #CDAF88; }
span { border-color: rgb(205,175,136); }
td.TdClassName
{
border-color: #CDAF88;
}
.TagClassName
{
border-color: #CDAF88;
}
</style>