Shades of Tahuna Sands #CCC5A0
Tints of Tahuna Sands #CCC5A0
RGB
CMYK
RGB Variations
Color information
#CCC5A0 (or 0xCCC5A0) is known color: Tahuna Sands. HEX triplet: CC, C5 and A0. RGB value is (204,197,160). Sum of RGB (Red+Green+Blue) = 204+197+160=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5A0 is #333A5F. Grayscale: #C3C3C3. Windows color (decimal): -3357280 or 10536396. OLE color: 10536396.
HSL color Cylindrical-coordinate representation of color #CCC5A0: hue angle of 50.45º 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 #CCC5A0 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 197 | 160 | - |
CMYK | 0 | 0.03 | 0.22 | 0.2 |
HSL | 50.45º | 0.3% | 0.71% | - |
HSV(B) | 50.45º | 0.22% | 0.8% | - |
XYZ | 51.21 | 55.31 | 41.23 | - |
YUV | 194.88 | 108.32 | 134.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 160 | 0 | 0.03 | 0.22 | 0.2 | 50.45 | 0.3 | 0.71 |
Hex | CC | C5 | A0 | 0 | 3 | 16 | 14 | 32 | 1E | 47 |
Octal | 314 | 305 | 240 | 0 | 3 | 26 | 24 | 62 | 36 | 107 |
Binary | 11001100 | 11000101 | 10100000 | 0 | 11 | 10110 | 10100 | 110010 | 11110 | 1000111 |
Color Harmonies of #CCC5A0
Complementary color
Monochromatic Colors of #CCC5A0
Black with #CCC5A0
Text Example
Text Example
White with #CCC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5A0; }
p { color: rgb(204,197,160); }
H1.HeaderClassName
{
color: #CCC5A0;
}
.AnyTagClassName
{
color: #CCC5A0;
}
</style>
background-color css
<style>
a { background-color: #CCC5A0; }
a { background-color: rgb(204,197,160); }
div.DivClassName
{
background-color: #CCC5A0;
}
.BgClassName
{
background-color: #CCC5A0;
}
</style>
border-color css
<style>
span { border-color: #CCC5A0; }
span { border-color: rgb(204,197,160); }
td.TdClassName
{
border-color: #CCC5A0;
}
.TagClassName
{
border-color: #CCC5A0;
}
</style>