Shades of Clam Shell #C6ADA5
Tints of Clam Shell #C6ADA5
RGB
CMYK
RGB Variations
Color information
#C6ADA5 (or 0xC6ADA5) is known color: Clam Shell. HEX triplet: C6, AD and A5. RGB value is (198,173,165). Sum of RGB (Red+Green+Blue) = 198+173+165=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADA5 is #39525A. Grayscale: #B3B3B3. Windows color (decimal): -3756635 or 10857926. OLE color: 10857926.
HSL color Cylindrical-coordinate representation of color #C6ADA5: hue angle of 14.55º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6ADA5 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 165 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.22 |
| HSL | 14.55º | 0.22% | 0.71% | - |
| HSV(B) | 14.55º | 0.17% | 0.78% | - |
| XYZ | 45.02 | 44.61 | 41.83 | - |
| YUV | 179.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 165 | 0 | 0.13 | 0.17 | 0.22 | 14.55 | 0.22 | 0.71 |
| Hex | C6 | AD | A5 | 0 | D | 11 | 16 | F | 16 | 47 |
| Octal | 306 | 255 | 245 | 0 | 15 | 21 | 26 | 17 | 26 | 107 |
| Binary | 11000110 | 10101101 | 10100101 | 0 | 1101 | 10001 | 10110 | 1111 | 10110 | 1000111 |
Color Harmonies of #C6ADA5
Complementary color
Monochromatic Colors of #C6ADA5
Black with #C6ADA5
Text Example
Text Example
White with #C6ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADA5; }
p { color: rgb(198,173,165); }
H1.HeaderClassName
{
color: #C6ADA5;
}
.AnyTagClassName
{
color: #C6ADA5;
}
</style>
background-color css
<style>
a { background-color: #C6ADA5; }
a { background-color: rgb(198,173,165); }
div.DivClassName
{
background-color: #C6ADA5;
}
.BgClassName
{
background-color: #C6ADA5;
}
</style>
border-color css
<style>
span { border-color: #C6ADA5; }
span { border-color: rgb(198,173,165); }
td.TdClassName
{
border-color: #C6ADA5;
}
.TagClassName
{
border-color: #C6ADA5;
}
</style>