Shades of Tahuna Sands #CDC395
Tints of Tahuna Sands #CDC395
RGB
CMYK
RGB Variations
Color information
#CDC395 (or 0xCDC395) is known color: Tahuna Sands. HEX triplet: CD, C3 and 95. RGB value is (205,195,149). Sum of RGB (Red+Green+Blue) = 205+195+149=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC395 is #323C6A. Grayscale: #C0C0C0. Windows color (decimal): -3292267 or 9814989. OLE color: 9814989.
HSL color Cylindrical-coordinate representation of color #CDC395: hue angle of 49.29º 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 #CDC395 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 149 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.20 |
| HSL | 49.29º | 0.36% | 0.69% | - |
| HSV(B) | 49.29º | 0.27% | 0.8% | - |
| XYZ | 50.12 | 54.18 | 36.25 | - |
| YUV | 192.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 149 | 0 | 0.05 | 0.27 | 0.20 | 49.29 | 0.36 | 0.69 |
| Hex | CD | C3 | 95 | 0 | 5 | 1B | 14 | 31 | 24 | 45 |
| Octal | 315 | 303 | 225 | 0 | 5 | 33 | 24 | 61 | 44 | 105 |
| Binary | 11001101 | 11000011 | 10010101 | 0 | 101 | 11011 | 10100 | 110001 | 100100 | 1000101 |
Color Harmonies of #CDC395
Complementary color
Monochromatic Colors of #CDC395
Black with #CDC395
Text Example
Text Example
White with #CDC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC395; }
p { color: rgb(205,195,149); }
H1.HeaderClassName
{
color: #CDC395;
}
.AnyTagClassName
{
color: #CDC395;
}
</style>
background-color css
<style>
a { background-color: #CDC395; }
a { background-color: rgb(205,195,149); }
div.DivClassName
{
background-color: #CDC395;
}
.BgClassName
{
background-color: #CDC395;
}
</style>
border-color css
<style>
span { border-color: #CDC395; }
span { border-color: rgb(205,195,149); }
td.TdClassName
{
border-color: #CDC395;
}
.TagClassName
{
border-color: #CDC395;
}
</style>