Shades of Tahuna Sands #CDC495
Tints of Tahuna Sands #CDC495
RGB
CMYK
RGB Variations
Color information
#CDC495 (or 0xCDC495) is known color: Tahuna Sands. HEX triplet: CD, C4 and 95. RGB value is (205,196,149). Sum of RGB (Red+Green+Blue) = 205+196+149=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC495 is #323B6A. Grayscale: #C1C1C1. Windows color (decimal): -3292011 or 9815245. OLE color: 9815245.
HSL color Cylindrical-coordinate representation of color #CDC495: hue angle of 50.36º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDC495 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 149 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.20 |
| HSL | 50.36º | 0.36% | 0.69% | - |
| HSV(B) | 50.36º | 0.27% | 0.8% | - |
| XYZ | 50.34 | 54.63 | 36.32 | - |
| YUV | 193.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 149 | 0 | 0.04 | 0.27 | 0.20 | 50.36 | 0.36 | 0.69 |
| Hex | CD | C4 | 95 | 0 | 4 | 1B | 14 | 32 | 24 | 45 |
| Octal | 315 | 304 | 225 | 0 | 4 | 33 | 24 | 62 | 44 | 105 |
| Binary | 11001101 | 11000100 | 10010101 | 0 | 100 | 11011 | 10100 | 110010 | 100100 | 1000101 |
Color Harmonies of #CDC495
Complementary color
Monochromatic Colors of #CDC495
Black with #CDC495
Text Example
Text Example
White with #CDC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC495; }
p { color: rgb(205,196,149); }
H1.HeaderClassName
{
color: #CDC495;
}
.AnyTagClassName
{
color: #CDC495;
}
</style>
background-color css
<style>
a { background-color: #CDC495; }
a { background-color: rgb(205,196,149); }
div.DivClassName
{
background-color: #CDC495;
}
.BgClassName
{
background-color: #CDC495;
}
</style>
border-color css
<style>
span { border-color: #CDC495; }
span { border-color: rgb(205,196,149); }
td.TdClassName
{
border-color: #CDC495;
}
.TagClassName
{
border-color: #CDC495;
}
</style>