Shades of Tahuna Sands #CCC693
Tints of Tahuna Sands #CCC693
RGB
CMYK
RGB Variations
Color information
#CCC693 (or 0xCCC693) is known color: Tahuna Sands. HEX triplet: CC, C6 and 93. RGB value is (204,198,147). Sum of RGB (Red+Green+Blue) = 204+198+147=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC693 is #33396C. Grayscale: #C2C2C2. Windows color (decimal): -3357037 or 9684684. OLE color: 9684684.
HSL color Cylindrical-coordinate representation of color #CCC693: hue angle of 53.68º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCC693 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 147 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.2 |
| HSL | 53.68º | 0.36% | 0.69% | - |
| HSV(B) | 53.68º | 0.28% | 0.8% | - |
| XYZ | 50.36 | 55.33 | 35.63 | - |
| YUV | 193.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 147 | 0 | 0.03 | 0.28 | 0.2 | 53.68 | 0.36 | 0.69 |
| Hex | CC | C6 | 93 | 0 | 3 | 1C | 14 | 36 | 24 | 45 |
| Octal | 314 | 306 | 223 | 0 | 3 | 34 | 24 | 66 | 44 | 105 |
| Binary | 11001100 | 11000110 | 10010011 | 0 | 11 | 11100 | 10100 | 110110 | 100100 | 1000101 |
Color Harmonies of #CCC693
Complementary color
Monochromatic Colors of #CCC693
Black with #CCC693
Text Example
Text Example
White with #CCC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC693; }
p { color: rgb(204,198,147); }
H1.HeaderClassName
{
color: #CCC693;
}
.AnyTagClassName
{
color: #CCC693;
}
</style>
background-color css
<style>
a { background-color: #CCC693; }
a { background-color: rgb(204,198,147); }
div.DivClassName
{
background-color: #CCC693;
}
.BgClassName
{
background-color: #CCC693;
}
</style>
border-color css
<style>
span { border-color: #CCC693; }
span { border-color: rgb(204,198,147); }
td.TdClassName
{
border-color: #CCC693;
}
.TagClassName
{
border-color: #CCC693;
}
</style>