Shades of Tahuna Sands #CDC898
Tints of Tahuna Sands #CDC898
RGB
CMYK
RGB Variations
Color information
#CDC898 (or 0xCDC898) is known color: Tahuna Sands. HEX triplet: CD, C8 and 98. RGB value is (205,200,152). Sum of RGB (Red+Green+Blue) = 205+200+152=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC898 is #323767. Grayscale: #C4C4C4. Windows color (decimal): -3290984 or 10012877. OLE color: 10012877.
HSL color Cylindrical-coordinate representation of color #CDC898: hue angle of 54.34º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDC898 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 152 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.20 |
| HSL | 54.34º | 0.35% | 0.7% | - |
| HSV(B) | 54.34º | 0.26% | 0.8% | - |
| XYZ | 51.5 | 56.55 | 37.91 | - |
| YUV | 196.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 152 | 0 | 0.02 | 0.26 | 0.20 | 54.34 | 0.35 | 0.7 |
| Hex | CD | C8 | 98 | 0 | 2 | 1A | 14 | 36 | 23 | 46 |
| Octal | 315 | 310 | 230 | 0 | 2 | 32 | 24 | 66 | 43 | 106 |
| Binary | 11001101 | 11001000 | 10011000 | 0 | 10 | 11010 | 10100 | 110110 | 100011 | 1000110 |
Color Harmonies of #CDC898
Complementary color
Monochromatic Colors of #CDC898
Black with #CDC898
Text Example
Text Example
White with #CDC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC898; }
p { color: rgb(205,200,152); }
H1.HeaderClassName
{
color: #CDC898;
}
.AnyTagClassName
{
color: #CDC898;
}
</style>
background-color css
<style>
a { background-color: #CDC898; }
a { background-color: rgb(205,200,152); }
div.DivClassName
{
background-color: #CDC898;
}
.BgClassName
{
background-color: #CDC898;
}
</style>
border-color css
<style>
span { border-color: #CDC898; }
span { border-color: rgb(205,200,152); }
td.TdClassName
{
border-color: #CDC898;
}
.TagClassName
{
border-color: #CDC898;
}
</style>