Shades of Tahuna Sands #CCCAA0
Tints of Tahuna Sands #CCCAA0
RGB
CMYK
RGB Variations
Color information
#CCCAA0 (or 0xCCCAA0) is known color: Tahuna Sands. HEX triplet: CC, CA and A0. RGB value is (204,202,160). Sum of RGB (Red+Green+Blue) = 204+202+160=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA0 is #33355F. Grayscale: #C5C5C5. Windows color (decimal): -3356000 or 10537676. OLE color: 10537676.
HSL color Cylindrical-coordinate representation of color #CCCAA0: hue angle of 57.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCCAA0 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 160 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.2 |
| HSL | 57.27º | 0.3% | 0.71% | - |
| HSV(B) | 57.27º | 0.22% | 0.8% | - |
| XYZ | 52.37 | 57.62 | 41.62 | - |
| YUV | 197.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 160 | 0 | 0.01 | 0.22 | 0.2 | 57.27 | 0.3 | 0.71 |
| Hex | CC | CA | A0 | 0 | 1 | 16 | 14 | 39 | 1E | 47 |
| Octal | 314 | 312 | 240 | 0 | 1 | 26 | 24 | 71 | 36 | 107 |
| Binary | 11001100 | 11001010 | 10100000 | 0 | 1 | 10110 | 10100 | 111001 | 11110 | 1000111 |
Color Harmonies of #CCCAA0
Complementary color
Monochromatic Colors of #CCCAA0
Black with #CCCAA0
Text Example
Text Example
White with #CCCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAA0; }
p { color: rgb(204,202,160); }
H1.HeaderClassName
{
color: #CCCAA0;
}
.AnyTagClassName
{
color: #CCCAA0;
}
</style>
background-color css
<style>
a { background-color: #CCCAA0; }
a { background-color: rgb(204,202,160); }
div.DivClassName
{
background-color: #CCCAA0;
}
.BgClassName
{
background-color: #CCCAA0;
}
</style>
border-color css
<style>
span { border-color: #CCCAA0; }
span { border-color: rgb(204,202,160); }
td.TdClassName
{
border-color: #CCCAA0;
}
.TagClassName
{
border-color: #CCCAA0;
}
</style>