Shades of Tahuna Sands #CCC7A2
Tints of Tahuna Sands #CCC7A2
RGB
CMYK
RGB Variations
Color information
#CCC7A2 (or 0xCCC7A2) is known color: Tahuna Sands. HEX triplet: CC, C7 and A2. RGB value is (204,199,162). Sum of RGB (Red+Green+Blue) = 204+199+162=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A2 is #33385D. Grayscale: #C4C4C4. Windows color (decimal): -3356766 or 10667980. OLE color: 10667980.
HSL color Cylindrical-coordinate representation of color #CCC7A2: hue angle of 52.86º degrees, saturation: 0.29, 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 #CCC7A2 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 162 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.2 |
| HSL | 52.86º | 0.29% | 0.72% | - |
| HSV(B) | 52.86º | 0.21% | 0.8% | - |
| XYZ | 51.85 | 56.29 | 42.32 | - |
| YUV | 196.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 162 | 0 | 0.02 | 0.21 | 0.2 | 52.86 | 0.29 | 0.72 |
| Hex | CC | C7 | A2 | 0 | 2 | 15 | 14 | 35 | 1D | 48 |
| Octal | 314 | 307 | 242 | 0 | 2 | 25 | 24 | 65 | 35 | 110 |
| Binary | 11001100 | 11000111 | 10100010 | 0 | 10 | 10101 | 10100 | 110101 | 11101 | 1001000 |
Color Harmonies of #CCC7A2
Complementary color
Monochromatic Colors of #CCC7A2
Black with #CCC7A2
Text Example
Text Example
White with #CCC7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7A2; }
p { color: rgb(204,199,162); }
H1.HeaderClassName
{
color: #CCC7A2;
}
.AnyTagClassName
{
color: #CCC7A2;
}
</style>
background-color css
<style>
a { background-color: #CCC7A2; }
a { background-color: rgb(204,199,162); }
div.DivClassName
{
background-color: #CCC7A2;
}
.BgClassName
{
background-color: #CCC7A2;
}
</style>
border-color css
<style>
span { border-color: #CCC7A2; }
span { border-color: rgb(204,199,162); }
td.TdClassName
{
border-color: #CCC7A2;
}
.TagClassName
{
border-color: #CCC7A2;
}
</style>