Shades of Tahuna Sands #CECAA4
Tints of Tahuna Sands #CECAA4
RGB
CMYK
RGB Variations
Color information
#CECAA4 (or 0xCECAA4) is known color: Tahuna Sands. HEX triplet: CE, CA and A4. RGB value is (206,202,164). Sum of RGB (Red+Green+Blue) = 206+202+164=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAA4 is #31355B. Grayscale: #C7C7C7. Windows color (decimal): -3224924 or 10799822. OLE color: 10799822.
HSL color Cylindrical-coordinate representation of color #CECAA4: hue angle of 54.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECAA4 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 164 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.19 |
| HSL | 54.29º | 0.3% | 0.73% | - |
| HSV(B) | 54.29º | 0.2% | 0.81% | - |
| XYZ | 53.27 | 58.04 | 43.52 | - |
| YUV | 198.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 164 | 0 | 0.02 | 0.20 | 0.19 | 54.29 | 0.3 | 0.73 |
| Hex | CE | CA | A4 | 0 | 2 | 14 | 13 | 36 | 1E | 49 |
| Octal | 316 | 312 | 244 | 0 | 2 | 24 | 23 | 66 | 36 | 111 |
| Binary | 11001110 | 11001010 | 10100100 | 0 | 10 | 10100 | 10011 | 110110 | 11110 | 1001001 |
Color Harmonies of #CECAA4
Complementary color
Monochromatic Colors of #CECAA4
Black with #CECAA4
Text Example
Text Example
White with #CECAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAA4; }
p { color: rgb(206,202,164); }
H1.HeaderClassName
{
color: #CECAA4;
}
.AnyTagClassName
{
color: #CECAA4;
}
</style>
background-color css
<style>
a { background-color: #CECAA4; }
a { background-color: rgb(206,202,164); }
div.DivClassName
{
background-color: #CECAA4;
}
.BgClassName
{
background-color: #CECAA4;
}
</style>
border-color css
<style>
span { border-color: #CECAA4; }
span { border-color: rgb(206,202,164); }
td.TdClassName
{
border-color: #CECAA4;
}
.TagClassName
{
border-color: #CECAA4;
}
</style>