Shades of Tahuna Sands #CCC895
Tints of Tahuna Sands #CCC895
RGB
CMYK
RGB Variations
Color information
#CCC895 (or 0xCCC895) is known color: Tahuna Sands. HEX triplet: CC, C8 and 95. RGB value is (204,200,149). Sum of RGB (Red+Green+Blue) = 204+200+149=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC895 is #33376A. Grayscale: #C3C3C3. Windows color (decimal): -3356523 or 9816268. OLE color: 9816268.
HSL color Cylindrical-coordinate representation of color #CCC895: hue angle of 55.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC895 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 149 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.2 |
| HSL | 55.64º | 0.35% | 0.69% | - |
| HSV(B) | 55.64º | 0.27% | 0.8% | - |
| XYZ | 50.98 | 56.32 | 36.62 | - |
| YUV | 195.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 149 | 0 | 0.02 | 0.27 | 0.2 | 55.64 | 0.35 | 0.69 |
| Hex | CC | C8 | 95 | 0 | 2 | 1B | 14 | 38 | 23 | 45 |
| Octal | 314 | 310 | 225 | 0 | 2 | 33 | 24 | 70 | 43 | 105 |
| Binary | 11001100 | 11001000 | 10010101 | 0 | 10 | 11011 | 10100 | 111000 | 100011 | 1000101 |
Color Harmonies of #CCC895
Complementary color
Monochromatic Colors of #CCC895
Black with #CCC895
Text Example
Text Example
White with #CCC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC895; }
p { color: rgb(204,200,149); }
H1.HeaderClassName
{
color: #CCC895;
}
.AnyTagClassName
{
color: #CCC895;
}
</style>
background-color css
<style>
a { background-color: #CCC895; }
a { background-color: rgb(204,200,149); }
div.DivClassName
{
background-color: #CCC895;
}
.BgClassName
{
background-color: #CCC895;
}
</style>
border-color css
<style>
span { border-color: #CCC895; }
span { border-color: rgb(204,200,149); }
td.TdClassName
{
border-color: #CCC895;
}
.TagClassName
{
border-color: #CCC895;
}
</style>