Shades of Tahuna Sands #CCC7A1
Tints of Tahuna Sands #CCC7A1
RGB
CMYK
RGB Variations
Color information
#CCC7A1 (or 0xCCC7A1) is known color: Tahuna Sands. HEX triplet: CC, C7 and A1. RGB value is (204,199,161). Sum of RGB (Red+Green+Blue) = 204+199+161=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A1 is #33385E. Grayscale: #C4C4C4. Windows color (decimal): -3356767 or 10602444. OLE color: 10602444.
HSL color Cylindrical-coordinate representation of color #CCC7A1: hue angle of 53.02º 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 #CCC7A1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 161 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.2 |
| HSL | 53.02º | 0.3% | 0.72% | - |
| HSV(B) | 53.02º | 0.21% | 0.8% | - |
| XYZ | 51.76 | 56.26 | 41.85 | - |
| YUV | 196.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 161 | 0 | 0.02 | 0.21 | 0.2 | 53.02 | 0.3 | 0.72 |
| Hex | CC | C7 | A1 | 0 | 2 | 15 | 14 | 35 | 1E | 48 |
| Octal | 314 | 307 | 241 | 0 | 2 | 25 | 24 | 65 | 36 | 110 |
| Binary | 11001100 | 11000111 | 10100001 | 0 | 10 | 10101 | 10100 | 110101 | 11110 | 1001000 |
Color Harmonies of #CCC7A1
Complementary color
Monochromatic Colors of #CCC7A1
Black with #CCC7A1
Text Example
Text Example
White with #CCC7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7A1; }
p { color: rgb(204,199,161); }
H1.HeaderClassName
{
color: #CCC7A1;
}
.AnyTagClassName
{
color: #CCC7A1;
}
</style>
background-color css
<style>
a { background-color: #CCC7A1; }
a { background-color: rgb(204,199,161); }
div.DivClassName
{
background-color: #CCC7A1;
}
.BgClassName
{
background-color: #CCC7A1;
}
</style>
border-color css
<style>
span { border-color: #CCC7A1; }
span { border-color: rgb(204,199,161); }
td.TdClassName
{
border-color: #CCC7A1;
}
.TagClassName
{
border-color: #CCC7A1;
}
</style>