Shades of Tahuna Sands #CCC495
Tints of Tahuna Sands #CCC495
RGB
CMYK
RGB Variations
Color information
#CCC495 (or 0xCCC495) is known color: Tahuna Sands. HEX triplet: CC, C4 and 95. RGB value is (204,196,149). Sum of RGB (Red+Green+Blue) = 204+196+149=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC495 is #333B6A. Grayscale: #C1C1C1. Windows color (decimal): -3357547 or 9815244. OLE color: 9815244.
HSL color Cylindrical-coordinate representation of color #CCC495: hue angle of 51.27º 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 #CCC495 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 149 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.2 |
| HSL | 51.27º | 0.35% | 0.69% | - |
| HSV(B) | 51.27º | 0.27% | 0.8% | - |
| XYZ | 50.07 | 54.49 | 36.31 | - |
| YUV | 193.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 149 | 0 | 0.04 | 0.27 | 0.2 | 51.27 | 0.35 | 0.69 |
| Hex | CC | C4 | 95 | 0 | 4 | 1B | 14 | 33 | 23 | 45 |
| Octal | 314 | 304 | 225 | 0 | 4 | 33 | 24 | 63 | 43 | 105 |
| Binary | 11001100 | 11000100 | 10010101 | 0 | 100 | 11011 | 10100 | 110011 | 100011 | 1000101 |
Color Harmonies of #CCC495
Complementary color
Monochromatic Colors of #CCC495
Black with #CCC495
Text Example
Text Example
White with #CCC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC495; }
p { color: rgb(204,196,149); }
H1.HeaderClassName
{
color: #CCC495;
}
.AnyTagClassName
{
color: #CCC495;
}
</style>
background-color css
<style>
a { background-color: #CCC495; }
a { background-color: rgb(204,196,149); }
div.DivClassName
{
background-color: #CCC495;
}
.BgClassName
{
background-color: #CCC495;
}
</style>
border-color css
<style>
span { border-color: #CCC495; }
span { border-color: rgb(204,196,149); }
td.TdClassName
{
border-color: #CCC495;
}
.TagClassName
{
border-color: #CCC495;
}
</style>