Shades of Tahuna Sands #CCC8A1
Tints of Tahuna Sands #CCC8A1
RGB
CMYK
RGB Variations
Color information
#CCC8A1 (or 0xCCC8A1) is known color: Tahuna Sands. HEX triplet: CC, C8 and A1. RGB value is (204,200,161). Sum of RGB (Red+Green+Blue) = 204+200+161=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8A1 is #33375E. Grayscale: #C4C4C4. Windows color (decimal): -3356511 or 10602700. OLE color: 10602700.
HSL color Cylindrical-coordinate representation of color #CCC8A1: hue angle of 54.42º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC8A1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 161 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.2 |
| HSL | 54.42º | 0.3% | 0.72% | - |
| HSV(B) | 54.42º | 0.21% | 0.8% | - |
| XYZ | 51.99 | 56.72 | 41.93 | - |
| YUV | 196.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 161 | 0 | 0.02 | 0.21 | 0.2 | 54.42 | 0.3 | 0.72 |
| Hex | CC | C8 | A1 | 0 | 2 | 15 | 14 | 36 | 1E | 48 |
| Octal | 314 | 310 | 241 | 0 | 2 | 25 | 24 | 66 | 36 | 110 |
| Binary | 11001100 | 11001000 | 10100001 | 0 | 10 | 10101 | 10100 | 110110 | 11110 | 1001000 |
Color Harmonies of #CCC8A1
Complementary color
Monochromatic Colors of #CCC8A1
Black with #CCC8A1
Text Example
Text Example
White with #CCC8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8A1; }
p { color: rgb(204,200,161); }
H1.HeaderClassName
{
color: #CCC8A1;
}
.AnyTagClassName
{
color: #CCC8A1;
}
</style>
background-color css
<style>
a { background-color: #CCC8A1; }
a { background-color: rgb(204,200,161); }
div.DivClassName
{
background-color: #CCC8A1;
}
.BgClassName
{
background-color: #CCC8A1;
}
</style>
border-color css
<style>
span { border-color: #CCC8A1; }
span { border-color: rgb(204,200,161); }
td.TdClassName
{
border-color: #CCC8A1;
}
.TagClassName
{
border-color: #CCC8A1;
}
</style>