Shades of Tahuna Sands #CCC494
Tints of Tahuna Sands #CCC494
RGB
CMYK
RGB Variations
Color information
#CCC494 (or 0xCCC494) is known color: Tahuna Sands. HEX triplet: CC, C4 and 94. RGB value is (204,196,148). Sum of RGB (Red+Green+Blue) = 204+196+148=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC494 is #333B6B. Grayscale: #C1C1C1. Windows color (decimal): -3357548 or 9749708. OLE color: 9749708.
HSL color Cylindrical-coordinate representation of color #CCC494: hue angle of 51.43º degrees, saturation: 0.35, 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 #CCC494 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 148 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.2 |
| HSL | 51.43º | 0.35% | 0.69% | - |
| HSV(B) | 51.43º | 0.27% | 0.8% | - |
| XYZ | 49.99 | 54.46 | 35.89 | - |
| YUV | 192.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 148 | 0 | 0.04 | 0.27 | 0.2 | 51.43 | 0.35 | 0.69 |
| Hex | CC | C4 | 94 | 0 | 4 | 1B | 14 | 33 | 23 | 45 |
| Octal | 314 | 304 | 224 | 0 | 4 | 33 | 24 | 63 | 43 | 105 |
| Binary | 11001100 | 11000100 | 10010100 | 0 | 100 | 11011 | 10100 | 110011 | 100011 | 1000101 |
Color Harmonies of #CCC494
Complementary color
Monochromatic Colors of #CCC494
Black with #CCC494
Text Example
Text Example
White with #CCC494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC494; }
p { color: rgb(204,196,148); }
H1.HeaderClassName
{
color: #CCC494;
}
.AnyTagClassName
{
color: #CCC494;
}
</style>
background-color css
<style>
a { background-color: #CCC494; }
a { background-color: rgb(204,196,148); }
div.DivClassName
{
background-color: #CCC494;
}
.BgClassName
{
background-color: #CCC494;
}
</style>
border-color css
<style>
span { border-color: #CCC494; }
span { border-color: rgb(204,196,148); }
td.TdClassName
{
border-color: #CCC494;
}
.TagClassName
{
border-color: #CCC494;
}
</style>