Shades of Tahuna Sands #CDC6A1
Tints of Tahuna Sands #CDC6A1
RGB
CMYK
RGB Variations
Color information
#CDC6A1 (or 0xCDC6A1) is known color: Tahuna Sands. HEX triplet: CD, C6 and A1. RGB value is (205,198,161). Sum of RGB (Red+Green+Blue) = 205+198+161=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6A1 is #32395E. Grayscale: #C4C4C4. Windows color (decimal): -3291487 or 10602189. OLE color: 10602189.
HSL color Cylindrical-coordinate representation of color #CDC6A1: hue angle of 50.45º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDC6A1 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 161 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.20 |
| HSL | 50.45º | 0.31% | 0.72% | - |
| HSV(B) | 50.45º | 0.21% | 0.8% | - |
| XYZ | 51.8 | 55.94 | 41.79 | - |
| YUV | 195.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 161 | 0 | 0.03 | 0.21 | 0.20 | 50.45 | 0.31 | 0.72 |
| Hex | CD | C6 | A1 | 0 | 3 | 15 | 14 | 32 | 1F | 48 |
| Octal | 315 | 306 | 241 | 0 | 3 | 25 | 24 | 62 | 37 | 110 |
| Binary | 11001101 | 11000110 | 10100001 | 0 | 11 | 10101 | 10100 | 110010 | 11111 | 1001000 |
Color Harmonies of #CDC6A1
Complementary color
Monochromatic Colors of #CDC6A1
Black with #CDC6A1
Text Example
Text Example
White with #CDC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6A1; }
p { color: rgb(205,198,161); }
H1.HeaderClassName
{
color: #CDC6A1;
}
.AnyTagClassName
{
color: #CDC6A1;
}
</style>
background-color css
<style>
a { background-color: #CDC6A1; }
a { background-color: rgb(205,198,161); }
div.DivClassName
{
background-color: #CDC6A1;
}
.BgClassName
{
background-color: #CDC6A1;
}
</style>
border-color css
<style>
span { border-color: #CDC6A1; }
span { border-color: rgb(205,198,161); }
td.TdClassName
{
border-color: #CDC6A1;
}
.TagClassName
{
border-color: #CDC6A1;
}
</style>