Shades of Tahuna Sands #CCC396
Tints of Tahuna Sands #CCC396
RGB
CMYK
RGB Variations
Color information
#CCC396 (or 0xCCC396) is known color: Tahuna Sands. HEX triplet: CC, C3 and 96. RGB value is (204,195,150). Sum of RGB (Red+Green+Blue) = 204+195+150=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC396 is #333C69. Grayscale: #C0C0C0. Windows color (decimal): -3357802 or 9880524. OLE color: 9880524.
HSL color Cylindrical-coordinate representation of color #CCC396: hue angle of 50º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCC396 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 150 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.2 |
| HSL | 50º | 0.35% | 0.69% | - |
| HSV(B) | 50º | 0.26% | 0.8% | - |
| XYZ | 49.92 | 54.07 | 36.66 | - |
| YUV | 192.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 150 | 0 | 0.04 | 0.26 | 0.2 | 50 | 0.35 | 0.69 |
| Hex | CC | C3 | 96 | 0 | 4 | 1A | 14 | 32 | 23 | 45 |
| Octal | 314 | 303 | 226 | 0 | 4 | 32 | 24 | 62 | 43 | 105 |
| Binary | 11001100 | 11000011 | 10010110 | 0 | 100 | 11010 | 10100 | 110010 | 100011 | 1000101 |
Color Harmonies of #CCC396
Complementary color
Monochromatic Colors of #CCC396
Black with #CCC396
Text Example
Text Example
White with #CCC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC396; }
p { color: rgb(204,195,150); }
H1.HeaderClassName
{
color: #CCC396;
}
.AnyTagClassName
{
color: #CCC396;
}
</style>
background-color css
<style>
a { background-color: #CCC396; }
a { background-color: rgb(204,195,150); }
div.DivClassName
{
background-color: #CCC396;
}
.BgClassName
{
background-color: #CCC396;
}
</style>
border-color css
<style>
span { border-color: #CCC396; }
span { border-color: rgb(204,195,150); }
td.TdClassName
{
border-color: #CCC396;
}
.TagClassName
{
border-color: #CCC396;
}
</style>