Shades of Tahuna Sands #CCCA9E
Tints of Tahuna Sands #CCCA9E
RGB
CMYK
RGB Variations
Color information
#CCCA9E (or 0xCCCA9E) is known color: Tahuna Sands. HEX triplet: CC, CA and 9E. RGB value is (204,202,158). Sum of RGB (Red+Green+Blue) = 204+202+158=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA9E is #333561. Grayscale: #C5C5C5. Windows color (decimal): -3356002 or 10406604. OLE color: 10406604.
HSL color Cylindrical-coordinate representation of color #CCCA9E: hue angle of 57.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCCA9E is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 158 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.2 |
| HSL | 57.39º | 0.31% | 0.71% | - |
| HSV(B) | 57.39º | 0.23% | 0.8% | - |
| XYZ | 52.19 | 57.55 | 40.7 | - |
| YUV | 197.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 158 | 0 | 0.01 | 0.23 | 0.2 | 57.39 | 0.31 | 0.71 |
| Hex | CC | CA | 9E | 0 | 1 | 17 | 14 | 39 | 1F | 47 |
| Octal | 314 | 312 | 236 | 0 | 1 | 27 | 24 | 71 | 37 | 107 |
| Binary | 11001100 | 11001010 | 10011110 | 0 | 1 | 10111 | 10100 | 111001 | 11111 | 1000111 |
Color Harmonies of #CCCA9E
Complementary color
Monochromatic Colors of #CCCA9E
Black with #CCCA9E
Text Example
Text Example
White with #CCCA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCA9E; }
p { color: rgb(204,202,158); }
H1.HeaderClassName
{
color: #CCCA9E;
}
.AnyTagClassName
{
color: #CCCA9E;
}
</style>
background-color css
<style>
a { background-color: #CCCA9E; }
a { background-color: rgb(204,202,158); }
div.DivClassName
{
background-color: #CCCA9E;
}
.BgClassName
{
background-color: #CCCA9E;
}
</style>
border-color css
<style>
span { border-color: #CCCA9E; }
span { border-color: rgb(204,202,158); }
td.TdClassName
{
border-color: #CCCA9E;
}
.TagClassName
{
border-color: #CCCA9E;
}
</style>