Shades of Tahuna Sands #CDC497
Tints of Tahuna Sands #CDC497
RGB
CMYK
RGB Variations
Color information
#CDC497 (or 0xCDC497) is known color: Tahuna Sands. HEX triplet: CD, C4 and 97. RGB value is (205,196,151). Sum of RGB (Red+Green+Blue) = 205+196+151=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC497 is #323B68. Grayscale: #C1C1C1. Windows color (decimal): -3292009 or 9946317. OLE color: 9946317.
HSL color Cylindrical-coordinate representation of color #CDC497: hue angle of 50º 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 #CDC497 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 151 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.20 |
| HSL | 50º | 0.35% | 0.7% | - |
| HSV(B) | 50º | 0.26% | 0.8% | - |
| XYZ | 50.5 | 54.69 | 37.17 | - |
| YUV | 193.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 151 | 0 | 0.04 | 0.26 | 0.20 | 50 | 0.35 | 0.7 |
| Hex | CD | C4 | 97 | 0 | 4 | 1A | 14 | 32 | 23 | 46 |
| Octal | 315 | 304 | 227 | 0 | 4 | 32 | 24 | 62 | 43 | 106 |
| Binary | 11001101 | 11000100 | 10010111 | 0 | 100 | 11010 | 10100 | 110010 | 100011 | 1000110 |
Color Harmonies of #CDC497
Complementary color
Monochromatic Colors of #CDC497
Black with #CDC497
Text Example
Text Example
White with #CDC497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC497; }
p { color: rgb(205,196,151); }
H1.HeaderClassName
{
color: #CDC497;
}
.AnyTagClassName
{
color: #CDC497;
}
</style>
background-color css
<style>
a { background-color: #CDC497; }
a { background-color: rgb(205,196,151); }
div.DivClassName
{
background-color: #CDC497;
}
.BgClassName
{
background-color: #CDC497;
}
</style>
border-color css
<style>
span { border-color: #CDC497; }
span { border-color: rgb(205,196,151); }
td.TdClassName
{
border-color: #CDC497;
}
.TagClassName
{
border-color: #CDC497;
}
</style>