Shades of Clam Shell #CFADA5
Tints of Clam Shell #CFADA5
RGB
CMYK
RGB Variations
Color information
#CFADA5 (or 0xCFADA5) is known color: Clam Shell. HEX triplet: CF, AD and A5. RGB value is (207,173,165). Sum of RGB (Red+Green+Blue) = 207+173+165=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADA5 is #30525A. Grayscale: #B6B6B6. Windows color (decimal): -3166811 or 10857935. OLE color: 10857935.
HSL color Cylindrical-coordinate representation of color #CFADA5: hue angle of 11.43º 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 #CFADA5 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 165 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.19 |
| HSL | 11.43º | 0.3% | 0.73% | - |
| HSV(B) | 11.43º | 0.2% | 0.81% | - |
| XYZ | 47.47 | 45.87 | 41.95 | - |
| YUV | 182.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 165 | 0 | 0.16 | 0.20 | 0.19 | 11.43 | 0.3 | 0.73 |
| Hex | CF | AD | A5 | 0 | 10 | 14 | 13 | B | 1E | 49 |
| Octal | 317 | 255 | 245 | 0 | 20 | 24 | 23 | 13 | 36 | 111 |
| Binary | 11001111 | 10101101 | 10100101 | 0 | 10000 | 10100 | 10011 | 1011 | 11110 | 1001001 |
Color Harmonies of #CFADA5
Complementary color
Monochromatic Colors of #CFADA5
Black with #CFADA5
Text Example
Text Example
White with #CFADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADA5; }
p { color: rgb(207,173,165); }
H1.HeaderClassName
{
color: #CFADA5;
}
.AnyTagClassName
{
color: #CFADA5;
}
</style>
background-color css
<style>
a { background-color: #CFADA5; }
a { background-color: rgb(207,173,165); }
div.DivClassName
{
background-color: #CFADA5;
}
.BgClassName
{
background-color: #CFADA5;
}
</style>
border-color css
<style>
span { border-color: #CFADA5; }
span { border-color: rgb(207,173,165); }
td.TdClassName
{
border-color: #CFADA5;
}
.TagClassName
{
border-color: #CFADA5;
}
</style>