Shades of Tahuna Sands #CCC79D
Tints of Tahuna Sands #CCC79D
RGB
CMYK
RGB Variations
Color information
#CCC79D (or 0xCCC79D) is known color: Tahuna Sands. HEX triplet: CC, C7 and 9D. RGB value is (204,199,157). Sum of RGB (Red+Green+Blue) = 204+199+157=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC79D is #333862. Grayscale: #C3C3C3. Windows color (decimal): -3356771 or 10340300. OLE color: 10340300.
HSL color Cylindrical-coordinate representation of color #CCC79D: hue angle of 53.62º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC79D is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 157 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.2 |
| HSL | 53.62º | 0.32% | 0.71% | - |
| HSV(B) | 53.62º | 0.23% | 0.8% | - |
| XYZ | 51.41 | 56.12 | 40.02 | - |
| YUV | 195.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 157 | 0 | 0.02 | 0.23 | 0.2 | 53.62 | 0.32 | 0.71 |
| Hex | CC | C7 | 9D | 0 | 2 | 17 | 14 | 36 | 20 | 47 |
| Octal | 314 | 307 | 235 | 0 | 2 | 27 | 24 | 66 | 40 | 107 |
| Binary | 11001100 | 11000111 | 10011101 | 0 | 10 | 10111 | 10100 | 110110 | 100000 | 1000111 |
Color Harmonies of #CCC79D
Complementary color
Monochromatic Colors of #CCC79D
Black with #CCC79D
Text Example
Text Example
White with #CCC79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC79D; }
p { color: rgb(204,199,157); }
H1.HeaderClassName
{
color: #CCC79D;
}
.AnyTagClassName
{
color: #CCC79D;
}
</style>
background-color css
<style>
a { background-color: #CCC79D; }
a { background-color: rgb(204,199,157); }
div.DivClassName
{
background-color: #CCC79D;
}
.BgClassName
{
background-color: #CCC79D;
}
</style>
border-color css
<style>
span { border-color: #CCC79D; }
span { border-color: rgb(204,199,157); }
td.TdClassName
{
border-color: #CCC79D;
}
.TagClassName
{
border-color: #CCC79D;
}
</style>