Shades of Tahuna Sands #CDC6A0
Tints of Tahuna Sands #CDC6A0
RGB
CMYK
RGB Variations
Color information
#CDC6A0 (or 0xCDC6A0) is known color: Tahuna Sands. HEX triplet: CD, C6 and A0. RGB value is (205,198,160). Sum of RGB (Red+Green+Blue) = 205+198+160=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6A0 is #32395F. Grayscale: #C3C3C3. Windows color (decimal): -3291488 or 10536653. OLE color: 10536653.
HSL color Cylindrical-coordinate representation of color #CDC6A0: hue angle of 50.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC6A0 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 160 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.20 |
| HSL | 50.67º | 0.31% | 0.72% | - |
| HSV(B) | 50.67º | 0.22% | 0.8% | - |
| XYZ | 51.72 | 55.91 | 41.32 | - |
| YUV | 195.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 160 | 0 | 0.03 | 0.22 | 0.20 | 50.67 | 0.31 | 0.72 |
| Hex | CD | C6 | A0 | 0 | 3 | 16 | 14 | 33 | 1F | 48 |
| Octal | 315 | 306 | 240 | 0 | 3 | 26 | 24 | 63 | 37 | 110 |
| Binary | 11001101 | 11000110 | 10100000 | 0 | 11 | 10110 | 10100 | 110011 | 11111 | 1001000 |
Color Harmonies of #CDC6A0
Complementary color
Monochromatic Colors of #CDC6A0
Black with #CDC6A0
Text Example
Text Example
White with #CDC6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6A0; }
p { color: rgb(205,198,160); }
H1.HeaderClassName
{
color: #CDC6A0;
}
.AnyTagClassName
{
color: #CDC6A0;
}
</style>
background-color css
<style>
a { background-color: #CDC6A0; }
a { background-color: rgb(205,198,160); }
div.DivClassName
{
background-color: #CDC6A0;
}
.BgClassName
{
background-color: #CDC6A0;
}
</style>
border-color css
<style>
span { border-color: #CDC6A0; }
span { border-color: rgb(205,198,160); }
td.TdClassName
{
border-color: #CDC6A0;
}
.TagClassName
{
border-color: #CDC6A0;
}
</style>