Shades of Tahuna Sands #CDC694
Tints of Tahuna Sands #CDC694
RGB
CMYK
RGB Variations
Color information
#CDC694 (or 0xCDC694) is known color: Tahuna Sands. HEX triplet: CD, C6 and 94. RGB value is (205,198,148). Sum of RGB (Red+Green+Blue) = 205+198+148=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC694 is #32396B. Grayscale: #C2C2C2. Windows color (decimal): -3291500 or 9750221. OLE color: 9750221.
HSL color Cylindrical-coordinate representation of color #CDC694: hue angle of 52.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDC694 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 148 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.20 |
| HSL | 52.63º | 0.36% | 0.69% | - |
| HSV(B) | 52.63º | 0.28% | 0.8% | - |
| XYZ | 50.72 | 55.51 | 36.06 | - |
| YUV | 194.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 148 | 0 | 0.03 | 0.28 | 0.20 | 52.63 | 0.36 | 0.69 |
| Hex | CD | C6 | 94 | 0 | 3 | 1C | 14 | 35 | 24 | 45 |
| Octal | 315 | 306 | 224 | 0 | 3 | 34 | 24 | 65 | 44 | 105 |
| Binary | 11001101 | 11000110 | 10010100 | 0 | 11 | 11100 | 10100 | 110101 | 100100 | 1000101 |
Color Harmonies of #CDC694
Complementary color
Monochromatic Colors of #CDC694
Black with #CDC694
Text Example
Text Example
White with #CDC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC694; }
p { color: rgb(205,198,148); }
H1.HeaderClassName
{
color: #CDC694;
}
.AnyTagClassName
{
color: #CDC694;
}
</style>
background-color css
<style>
a { background-color: #CDC694; }
a { background-color: rgb(205,198,148); }
div.DivClassName
{
background-color: #CDC694;
}
.BgClassName
{
background-color: #CDC694;
}
</style>
border-color css
<style>
span { border-color: #CDC694; }
span { border-color: rgb(205,198,148); }
td.TdClassName
{
border-color: #CDC694;
}
.TagClassName
{
border-color: #CDC694;
}
</style>